13:25:36,103 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
13:25:36,103 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
13:25:36,103 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/C:/Users/johans/Desktop/Projekte/TCC%20Rest%20Main/Trunk/build/resources/main/logback.xml]
13:25:36,182 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
13:25:36,190 |-INFO in ch.qos.logback.core.joran.action.TimestampAction - Using current interpretation time, i.e. now, as time reference.
13:25:36,213 |-INFO in ch.qos.logback.core.joran.action.TimestampAction - Adding property to the context with key="byDate" and value="20210920" to the LOCAL scope
13:25:36,213 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
13:25:36,217 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [Console]
13:25:36,261 |-WARN in ch.qos.logback.core.ConsoleAppender[Console] - This appender no longer admits a layout as a sub-component, set an encoder instead.
13:25:36,261 |-WARN in ch.qos.logback.core.ConsoleAppender[Console] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
13:25:36,261 |-WARN in ch.qos.logback.core.ConsoleAppender[Console] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
13:25:36,261 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
13:25:36,266 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [RollingFile]
13:25:36,276 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@18115026 - No compression will be used
13:25:36,277 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@18115026 - Will use the pattern ./tcc_logback_log/timeBasedlogFile.%d{yyyy-MM-dd}.log for the active file
13:25:36,281 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern './tcc_logback_log/timeBasedlogFile.%d{yyyy-MM-dd}.log'.
13:25:36,281 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
13:25:36,287 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Mon Sep 20 13:24:37 CAT 2021
13:25:36,288 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
13:25:36,293 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[RollingFile] - Active log file name: ./tcc_logback_log/20210920.log
13:25:36,293 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[RollingFile] - File property is set to [./tcc_logback_log/20210920.log]
13:25:36,295 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
13:25:36,295 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [RollingFile] to Logger[ROOT]
13:25:36,295 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [Console] to Logger[ROOT]
13:25:36,295 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
13:25:36,296 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@27cacd72 - Registering current configuration as safe fallback point
?[30m2021-09-20 13:25:36,402?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.test.context.support.AbstractTestContextBootstrapper?[0;39m: Neither @ContextConfiguration nor @ContextHierarchy found for test class [za.co.nupay.tcc_debicheck_rest.TccDebicheckRestApplicationTests], using SpringBootContextLoader
?[30m2021-09-20 13:25:36,414?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.test.context.support.AbstractContextLoader?[0;39m: Could not detect default resource locations for test class [za.co.nupay.tcc_debicheck_rest.TccDebicheckRestApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
?[30m2021-09-20 13:25:36,415?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.test.context.support.AnnotationConfigContextLoaderUtils?[0;39m: Could not detect default configuration classes for test class [za.co.nupay.tcc_debicheck_rest.TccDebicheckRestApplicationTests]: TccDebicheckRestApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
?[30m2021-09-20 13:25:36,552?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.boot.test.context.SpringBootTestContextBootstrapper?[0;39m: Found @SpringBootConfiguration za.co.nupay.tcc_debicheck_rest.TccDebicheckRestApplication for test class za.co.nupay.tcc_debicheck_rest.TccDebicheckRestApplicationTests
?[30m2021-09-20 13:25:36,701?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.test.context.support.AbstractTestContextBootstrapper?[0;39m: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
?[30m2021-09-20 13:25:36,738?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.test.context.support.AbstractTestContextBootstrapper?[0;39m: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3917e530, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@124403f1, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@46f2805b, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@4d579d2a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4b6fcfd5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@790616c2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2b24b1e1, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5a6bd762, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@6f4faa9d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@26b611b0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2893073e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2c470589]
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.0.5.RELEASE)
?[30m2021-09-20 13:25:37,181?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.boot.StartupInfoLogger?[0;39m: Starting TccDebicheckRestApplicationTests on ANPJNB-Johans with PID 22100 (started by Johans in C:\Users\johans\Desktop\Projekte\TCC Rest Main\Trunk)
?[30m2021-09-20 13:25:37,182?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.boot.SpringApplication?[0;39m: No active profile set, falling back to default profiles: default
?[30m2021-09-20 13:25:37,257?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.context.support.AbstractApplicationContext?[0;39m: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@4ca70c3d: startup date [Mon Sep 20 13:25:37 CAT 2021]; root of context hierarchy
?[30m2021-09-20 13:25:37,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/catalina/mbeans/mbeans-descriptors.xml
?[30m2021-09-20 13:25:37,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: register('-//Apache Software Foundation//DTD Model MBeans Configuration File', 'jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/tomcat/util/modeler/mbeans-descriptors.dtd'
?[30m2021-09-20 13:25:37,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@59bf9af4)
?[30m2021-09-20 13:25:37,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:37,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:37,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:37,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:37,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:37,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:37,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:37,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:37,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:37,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MBeanFactory'
?[30m2021-09-20 13:25:37,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MBeanFactory)
?[30m2021-09-20 13:25:37,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.mbeans.MBeanFactory'
?[30m2021-09-20 13:25:37,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.mbeans.MBeanFactory)
?[30m2021-09-20 13:25:37,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Factory for MBeans and corresponding components'
?[30m2021-09-20 13:25:37,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Factory for MBeans and corresponding components)
?[30m2021-09-20 13:25:37,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:37,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:37,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:37,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:37,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:37,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createAjpConnector'
?[30m2021-09-20 13:25:37,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createAjpConnector)
?[30m2021-09-20 13:25:37,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new AjpConnector'
?[30m2021-09-20 13:25:37,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new AjpConnector)
?[30m2021-09-20 13:25:37,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:37,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:37,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:37,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:37,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:37,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:37,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:37,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:37,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@48169a31)
?[30m2021-09-20 13:25:37,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
?[30m2021-09-20 13:25:37,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
?[30m2021-09-20 13:25:37,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
?[30m2021-09-20 13:25:37,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
?[30m2021-09-20 13:25:37,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6b1c0715)
?[30m2021-09-20 13:25:37,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
?[30m2021-09-20 13:25:37,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
?[30m2021-09-20 13:25:37,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
?[30m2021-09-20 13:25:37,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
?[30m2021-09-20 13:25:37,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:37,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
?[30m2021-09-20 13:25:37,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2e3b1d16)
?[30m2021-09-20 13:25:37,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:37,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:37,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@42e5ac68)
?[30m2021-09-20 13:25:37,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:37,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:37,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createDataSourceRealm'
?[30m2021-09-20 13:25:37,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createDataSourceRealm)
?[30m2021-09-20 13:25:37,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new DataSource Realm'
?[30m2021-09-20 13:25:37,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new DataSource Realm)
?[30m2021-09-20 13:25:37,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:37,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:37,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:37,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:37,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:37,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:37,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:37,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:37,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@61266dd4)
?[30m2021-09-20 13:25:37,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'dataSourceName'
?[30m2021-09-20 13:25:37,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=dataSourceName)
?[30m2021-09-20 13:25:37,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The JNDI named JDBC DataSource'
?[30m2021-09-20 13:25:37,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The JNDI named JDBC DataSource)
?[30m2021-09-20 13:25:37,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5b86265b)
?[30m2021-09-20 13:25:37,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'roleNameCol'
?[30m2021-09-20 13:25:37,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=roleNameCol)
?[30m2021-09-20 13:25:37,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user role table that names a role'
?[30m2021-09-20 13:25:37,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user role table that names a role)
?[30m2021-09-20 13:25:37,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3c9ecf55)
?[30m2021-09-20 13:25:37,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userCredCol'
?[30m2021-09-20 13:25:37,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userCredCol)
?[30m2021-09-20 13:25:37,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user table that holds the user's credentials'
?[30m2021-09-20 13:25:37,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user table that holds the user's credentials)
?[30m2021-09-20 13:25:37,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7f5c5644)
?[30m2021-09-20 13:25:37,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userNameCol'
?[30m2021-09-20 13:25:37,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userNameCol)
?[30m2021-09-20 13:25:37,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user table that holds the user's username'
?[30m2021-09-20 13:25:37,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user table that holds the user's username)
?[30m2021-09-20 13:25:37,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2dc6dcb6)
?[30m2021-09-20 13:25:37,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userRoleTable'
?[30m2021-09-20 13:25:37,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userRoleTable)
?[30m2021-09-20 13:25:37,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The table that holds the relation between user's and roles'
?[30m2021-09-20 13:25:37,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The table that holds the relation between user's and roles)
?[30m2021-09-20 13:25:37,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@479883ab)
?[30m2021-09-20 13:25:37,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userTable'
?[30m2021-09-20 13:25:37,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userTable)
?[30m2021-09-20 13:25:37,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The table that holds user data'
?[30m2021-09-20 13:25:37,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The table that holds user data)
?[30m2021-09-20 13:25:37,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@db6086a)
?[30m2021-09-20 13:25:37,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:37,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:37,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@10c581ee)
?[30m2021-09-20 13:25:37,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:37,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:37,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createHttpConnector'
?[30m2021-09-20 13:25:37,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createHttpConnector)
?[30m2021-09-20 13:25:37,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new HttpConnector'
?[30m2021-09-20 13:25:37,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new HttpConnector)
?[30m2021-09-20 13:25:37,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:37,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:37,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:37,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:37,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:37,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:37,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:37,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:37,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@b7dcc2c)
?[30m2021-09-20 13:25:37,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
?[30m2021-09-20 13:25:37,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
?[30m2021-09-20 13:25:37,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
?[30m2021-09-20 13:25:37,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
?[30m2021-09-20 13:25:37,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@87b8333)
?[30m2021-09-20 13:25:37,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
?[30m2021-09-20 13:25:37,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
?[30m2021-09-20 13:25:37,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
?[30m2021-09-20 13:25:37,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
?[30m2021-09-20 13:25:37,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:37,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
?[30m2021-09-20 13:25:37,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6c3ca30f)
?[30m2021-09-20 13:25:37,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:37,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:37,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@388ad7a0)
?[30m2021-09-20 13:25:37,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:37,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:37,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createHttpsConnector'
?[30m2021-09-20 13:25:37,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createHttpsConnector)
?[30m2021-09-20 13:25:37,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new HttpsConnector'
?[30m2021-09-20 13:25:37,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new HttpsConnector)
?[30m2021-09-20 13:25:37,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:37,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:37,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:37,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:37,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:37,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:37,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:37,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:37,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@14ed54e0)
?[30m2021-09-20 13:25:37,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
?[30m2021-09-20 13:25:37,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
?[30m2021-09-20 13:25:37,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
?[30m2021-09-20 13:25:37,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
?[30m2021-09-20 13:25:37,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@351cacf0)
?[30m2021-09-20 13:25:37,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
?[30m2021-09-20 13:25:37,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
?[30m2021-09-20 13:25:37,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
?[30m2021-09-20 13:25:37,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
?[30m2021-09-20 13:25:37,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:37,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
?[30m2021-09-20 13:25:37,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2c5cb69f)
?[30m2021-09-20 13:25:37,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:37,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:37,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4adc8bbc)
?[30m2021-09-20 13:25:37,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:37,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:37,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createJDBCRealm'
?[30m2021-09-20 13:25:37,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createJDBCRealm)
?[30m2021-09-20 13:25:37,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new JDBC Realm'
?[30m2021-09-20 13:25:37,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new JDBC Realm)
?[30m2021-09-20 13:25:37,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:37,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:37,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:37,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:37,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:37,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:37,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:37,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:37,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5db07b13)
?[30m2021-09-20 13:25:37,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:37,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:37,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1491c674)
?[30m2021-09-20 13:25:37,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:37,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:37,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createJNDIRealm'
?[30m2021-09-20 13:25:37,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createJNDIRealm)
?[30m2021-09-20 13:25:37,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new JNDI Realm'
?[30m2021-09-20 13:25:37,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new JNDI Realm)
?[30m2021-09-20 13:25:37,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:37,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:37,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:37,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:37,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:37,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:37,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:37,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:37,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5703b18a)
?[30m2021-09-20 13:25:37,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:37,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:37,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@79ac51bd)
?[30m2021-09-20 13:25:37,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:37,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:37,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:37,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:37,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:37,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createMemoryRealm'
?[30m2021-09-20 13:25:37,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createMemoryRealm)
?[30m2021-09-20 13:25:37,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Memory Realm'
?[30m2021-09-20 13:25:37,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Memory Realm)
?[30m2021-09-20 13:25:37,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:37,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:37,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:37,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:37,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:37,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:37,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:37,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:37,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:37,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:37,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:37,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:37,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:37,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:37,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:37,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:37,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:37,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:37,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:37,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:37,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:37,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@279ad578)
?[30m2021-09-20 13:25:38,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3da21599)
?[30m2021-09-20 13:25:38,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUserDatabaseRealm'
?[30m2021-09-20 13:25:38,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUserDatabaseRealm)
?[30m2021-09-20 13:25:38,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new UserDatabaseRealm'
?[30m2021-09-20 13:25:38,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new UserDatabaseRealm)
?[30m2021-09-20 13:25:38,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:38,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:38,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:38,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:38,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:38,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:38,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@77676c46)
?[30m2021-09-20 13:25:38,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
?[30m2021-09-20 13:25:38,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
?[30m2021-09-20 13:25:38,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Global JNDI resource name of the associated'
?[30m2021-09-20 13:25:38,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Global JNDI resource name of the associated)
?[30m2021-09-20 13:25:38,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6c5deaae)
?[30m2021-09-20 13:25:38,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1d9dd348)
?[30m2021-09-20 13:25:38,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardContext'
?[30m2021-09-20 13:25:38,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardContext)
?[30m2021-09-20 13:25:38,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardContext'
?[30m2021-09-20 13:25:38,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardContext)
?[30m2021-09-20 13:25:38,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:38,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:38,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:38,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:38,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:38,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:38,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@303e03bf)
?[30m2021-09-20 13:25:38,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'path'
?[30m2021-09-20 13:25:38,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=path)
?[30m2021-09-20 13:25:38,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The context path for this Context'
?[30m2021-09-20 13:25:38,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The context path for this Context)
?[30m2021-09-20 13:25:38,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7cf74ca2)
?[30m2021-09-20 13:25:38,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'docBase'
?[30m2021-09-20 13:25:38,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=docBase)
?[30m2021-09-20 13:25:38,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Document base directory (or WAR) for this Context'
?[30m2021-09-20 13:25:38,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Document base directory (or WAR) for this Context)
?[30m2021-09-20 13:25:38,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7ffcd108)
?[30m2021-09-20 13:25:38,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@c084a2c)
?[30m2021-09-20 13:25:38,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardServiceEngine'
?[30m2021-09-20 13:25:38,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardServiceEngine)
?[30m2021-09-20 13:25:38,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardService and StandardEngine'
?[30m2021-09-20 13:25:38,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardService and StandardEngine)
?[30m2021-09-20 13:25:38,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:38,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:38,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'domain'
?[30m2021-09-20 13:25:38,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=domain)
?[30m2021-09-20 13:25:38,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Domain used for MBeans associated with the new Service'
?[30m2021-09-20 13:25:38,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Domain used for MBeans associated with the new Service)
?[30m2021-09-20 13:25:38,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4c6b83e9)
?[30m2021-09-20 13:25:38,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'defaultHost'
?[30m2021-09-20 13:25:38,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=defaultHost)
?[30m2021-09-20 13:25:38,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Default host name for the new Engine'
?[30m2021-09-20 13:25:38,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Default host name for the new Engine)
?[30m2021-09-20 13:25:38,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@a3f549a)
?[30m2021-09-20 13:25:38,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'baseDir'
?[30m2021-09-20 13:25:38,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=baseDir)
?[30m2021-09-20 13:25:38,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Base directory value for the new Engine'
?[30m2021-09-20 13:25:38,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Base directory value for the new Engine)
?[30m2021-09-20 13:25:38,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@13d2b044)
?[30m2021-09-20 13:25:38,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5d45d138)
?[30m2021-09-20 13:25:38,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardHost'
?[30m2021-09-20 13:25:38,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardHost)
?[30m2021-09-20 13:25:38,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardHost'
?[30m2021-09-20 13:25:38,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardHost)
?[30m2021-09-20 13:25:38,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:38,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:38,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:38,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:38,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:38,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:38,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4da165b2)
?[30m2021-09-20 13:25:38,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:38,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:38,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Unique name of this Host'
?[30m2021-09-20 13:25:38,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Unique name of this Host)
?[30m2021-09-20 13:25:38,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3dca6318)
?[30m2021-09-20 13:25:38,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'appBase'
?[30m2021-09-20 13:25:38,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=appBase)
?[30m2021-09-20 13:25:38,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'set host deployment directory'
?[30m2021-09-20 13:25:38,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=set host deployment directory)
?[30m2021-09-20 13:25:38,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3b9ca475)
?[30m2021-09-20 13:25:38,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'autoDeploy'
?[30m2021-09-20 13:25:38,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=autoDeploy)
?[30m2021-09-20 13:25:38,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The auto deploy flag for this Host'
?[30m2021-09-20 13:25:38,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The auto deploy flag for this Host)
?[30m2021-09-20 13:25:38,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
?[30m2021-09-20 13:25:38,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@48237e2f)
?[30m2021-09-20 13:25:38,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'deployOnStartup'
?[30m2021-09-20 13:25:38,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=deployOnStartup)
?[30m2021-09-20 13:25:38,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The deploy on startup flag for this Host'
?[30m2021-09-20 13:25:38,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The deploy on startup flag for this Host)
?[30m2021-09-20 13:25:38,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
?[30m2021-09-20 13:25:38,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@e690e6c)
?[30m2021-09-20 13:25:38,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'deployXML'
?[30m2021-09-20 13:25:38,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=deployXML)
?[30m2021-09-20 13:25:38,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'deploy Context XML config files property'
?[30m2021-09-20 13:25:38,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=deploy Context XML config files property)
?[30m2021-09-20 13:25:38,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
?[30m2021-09-20 13:25:38,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@60d56e1a)
?[30m2021-09-20 13:25:38,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'unpackWARs'
?[30m2021-09-20 13:25:38,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=unpackWARs)
?[30m2021-09-20 13:25:38,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Unpack WARs property'
?[30m2021-09-20 13:25:38,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Unpack WARs property)
?[30m2021-09-20 13:25:38,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
?[30m2021-09-20 13:25:38,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3eb4c179)
?[30m2021-09-20 13:25:38,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6d351286)
?[30m2021-09-20 13:25:38,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardManager'
?[30m2021-09-20 13:25:38,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardManager)
?[30m2021-09-20 13:25:38,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardManager'
?[30m2021-09-20 13:25:38,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardManager)
?[30m2021-09-20 13:25:38,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:38,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:38,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:38,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:38,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:38,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:38,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2be96b22)
?[30m2021-09-20 13:25:38,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@600765fb)
?[30m2021-09-20 13:25:38,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUserDatabaseRealm'
?[30m2021-09-20 13:25:38,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUserDatabaseRealm)
?[30m2021-09-20 13:25:38,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new UserDatabase Realm'
?[30m2021-09-20 13:25:38,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new UserDatabase Realm)
?[30m2021-09-20 13:25:38,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:38,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:38,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:38,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:38,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:38,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:38,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7820cf8b)
?[30m2021-09-20 13:25:38,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
?[30m2021-09-20 13:25:38,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
?[30m2021-09-20 13:25:38,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Global JNDI resource name of our UserDatabase instance'
?[30m2021-09-20 13:25:38,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Global JNDI resource name of our UserDatabase instance)
?[30m2021-09-20 13:25:38,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3d44432b)
?[30m2021-09-20 13:25:38,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5d149fda)
?[30m2021-09-20 13:25:38,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createValve'
?[30m2021-09-20 13:25:38,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createValve)
?[30m2021-09-20 13:25:38,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Valve for the given Container'
?[30m2021-09-20 13:25:38,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Valve for the given Container)
?[30m2021-09-20 13:25:38,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:38,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:38,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:38,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=className)
?[30m2021-09-20 13:25:38,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Fully qualified class name of the Valve to create'
?[30m2021-09-20 13:25:38,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Fully qualified class name of the Valve to create)
?[30m2021-09-20 13:25:38,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6e7013e)
?[30m2021-09-20 13:25:38,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:38,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:38,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:38,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:38,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@78c5dafe)
?[30m2021-09-20 13:25:38,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@670783d6)
?[30m2021-09-20 13:25:38,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createWebappLoader'
?[30m2021-09-20 13:25:38,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createWebappLoader)
?[30m2021-09-20 13:25:38,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Web Application Loader'
?[30m2021-09-20 13:25:38,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Web Application Loader)
?[30m2021-09-20 13:25:38,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:38,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:38,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
?[30m2021-09-20 13:25:38,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
?[30m2021-09-20 13:25:38,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
?[30m2021-09-20 13:25:38,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
?[30m2021-09-20 13:25:38,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1e142aa3)
?[30m2021-09-20 13:25:38,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@204426ae)
?[30m2021-09-20 13:25:38,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeConnector'
?[30m2021-09-20 13:25:38,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeConnector)
?[30m2021-09-20 13:25:38,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Connector'
?[30m2021-09-20 13:25:38,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Connector)
?[30m2021-09-20 13:25:38,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:38,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:38,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:38,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:38,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
?[30m2021-09-20 13:25:38,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
?[30m2021-09-20 13:25:38,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@13cc7dc1)
?[30m2021-09-20 13:25:38,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6569b640)
?[30m2021-09-20 13:25:38,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeContext'
?[30m2021-09-20 13:25:38,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeContext)
?[30m2021-09-20 13:25:38,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Context'
?[30m2021-09-20 13:25:38,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Context)
?[30m2021-09-20 13:25:38,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:38,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:38,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:38,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:38,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
?[30m2021-09-20 13:25:38,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
?[30m2021-09-20 13:25:38,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@29eac0c6)
?[30m2021-09-20 13:25:38,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5938824f)
?[30m2021-09-20 13:25:38,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeHost'
?[30m2021-09-20 13:25:38,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeHost)
?[30m2021-09-20 13:25:38,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Host'
?[30m2021-09-20 13:25:38,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Host)
?[30m2021-09-20 13:25:38,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:38,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:38,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:38,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:38,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
?[30m2021-09-20 13:25:38,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
?[30m2021-09-20 13:25:38,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@71cbe49e)
?[30m2021-09-20 13:25:38,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@ba96e7)
?[30m2021-09-20 13:25:38,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLoader'
?[30m2021-09-20 13:25:38,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLoader)
?[30m2021-09-20 13:25:38,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Loader'
?[30m2021-09-20 13:25:38,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Loader)
?[30m2021-09-20 13:25:38,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:38,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:38,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:38,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:38,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
?[30m2021-09-20 13:25:38,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
?[30m2021-09-20 13:25:38,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7fa99ac6)
?[30m2021-09-20 13:25:38,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@621e4586)
?[30m2021-09-20 13:25:38,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeManager'
?[30m2021-09-20 13:25:38,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeManager)
?[30m2021-09-20 13:25:38,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Manager'
?[30m2021-09-20 13:25:38,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Manager)
?[30m2021-09-20 13:25:38,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:38,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:38,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:38,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:38,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
?[30m2021-09-20 13:25:38,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
?[30m2021-09-20 13:25:38,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4cdfa24f)
?[30m2021-09-20 13:25:38,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1886189d)
?[30m2021-09-20 13:25:38,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRealm'
?[30m2021-09-20 13:25:38,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRealm)
?[30m2021-09-20 13:25:38,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Realm'
?[30m2021-09-20 13:25:38,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Realm)
?[30m2021-09-20 13:25:38,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:38,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:38,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:38,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:38,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
?[30m2021-09-20 13:25:38,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
?[30m2021-09-20 13:25:38,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2bcadee1)
?[30m2021-09-20 13:25:38,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3be88c6b)
?[30m2021-09-20 13:25:38,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeService'
?[30m2021-09-20 13:25:38,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeService)
?[30m2021-09-20 13:25:38,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Service'
?[30m2021-09-20 13:25:38,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Service)
?[30m2021-09-20 13:25:38,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:38,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:38,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:38,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:38,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
?[30m2021-09-20 13:25:38,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
?[30m2021-09-20 13:25:38,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@a148c83)
?[30m2021-09-20 13:25:38,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@22fe2fac)
?[30m2021-09-20 13:25:38,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:38,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:38,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
?[30m2021-09-20 13:25:38,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
?[30m2021-09-20 13:25:38,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Valve'
?[30m2021-09-20 13:25:38,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Valve)
?[30m2021-09-20 13:25:38,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:38,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:38,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:38,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:38,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:38,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:38,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:38,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:38,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
?[30m2021-09-20 13:25:38,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
?[30m2021-09-20 13:25:38,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:38,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:38,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:38,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5f3ec0c4)
?[30m2021-09-20 13:25:38,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:38,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:38,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:38,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:38,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:38,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@204a849c)
?[30m2021-09-20 13:25:38,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:38,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:38,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:38,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MBeanFactory, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Factory for MBeans and corresponding components, type=org.apache.catalina.mbeans.MBeanFactory])
?[30m2021-09-20 13:25:38,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:38,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:38,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:38,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:38,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:38,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/catalina/authenticator/mbeans-descriptors.xml
?[30m2021-09-20 13:25:38,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@2dd22aa2)
?[30m2021-09-20 13:25:38,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:38,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:38,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:38,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:38,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:38,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:38,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'BasicAuthenticator'
?[30m2021-09-20 13:25:38,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=BasicAuthenticator)
?[30m2021-09-20 13:25:38,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of HTTP BASIC Authentication'
?[30m2021-09-20 13:25:38,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of HTTP BASIC Authentication)
?[30m2021-09-20 13:25:38,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:38,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:38,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:38,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:38,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.BasicAuthenticator'
?[30m2021-09-20 13:25:38,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.BasicAuthenticator)
?[30m2021-09-20 13:25:38,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alwaysUseSession'
?[30m2021-09-20 13:25:38,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alwaysUseSession)
?[30m2021-09-20 13:25:38,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a session always be used once a user is authenticated?'
?[30m2021-09-20 13:25:38,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a session always be used once a user is authenticated?)
?[30m2021-09-20 13:25:38,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@a789b93)
?[30m2021-09-20 13:25:38,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
?[30m2021-09-20 13:25:38,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
?[30m2021-09-20 13:25:38,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
?[30m2021-09-20 13:25:38,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
?[30m2021-09-20 13:25:38,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@713ea117)
?[30m2021-09-20 13:25:38,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
?[30m2021-09-20 13:25:38,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
?[30m2021-09-20 13:25:38,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
?[30m2021-09-20 13:25:38,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
?[30m2021-09-20 13:25:38,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4d0512a8)
?[30m2021-09-20 13:25:38,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:38,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:38,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:38,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:38,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45757c5)
?[30m2021-09-20 13:25:38,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
?[30m2021-09-20 13:25:38,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
?[30m2021-09-20 13:25:38,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
?[30m2021-09-20 13:25:38,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
?[30m2021-09-20 13:25:38,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4abdf0df)
?[30m2021-09-20 13:25:38,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
?[30m2021-09-20 13:25:38,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
?[30m2021-09-20 13:25:38,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
?[30m2021-09-20 13:25:38,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
?[30m2021-09-20 13:25:38,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e0fd686)
?[30m2021-09-20 13:25:38,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
?[30m2021-09-20 13:25:38,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
?[30m2021-09-20 13:25:38,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
?[30m2021-09-20 13:25:38,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
?[30m2021-09-20 13:25:38,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b7a0dbd)
?[30m2021-09-20 13:25:38,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
?[30m2021-09-20 13:25:38,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
?[30m2021-09-20 13:25:38,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
?[30m2021-09-20 13:25:38,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
?[30m2021-09-20 13:25:38,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@152d9e68)
?[30m2021-09-20 13:25:38,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
?[30m2021-09-20 13:25:38,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
?[30m2021-09-20 13:25:38,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
?[30m2021-09-20 13:25:38,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
?[30m2021-09-20 13:25:38,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30b3bf1a)
?[30m2021-09-20 13:25:38,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:38,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:38,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:38,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:38,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b8e46c)
?[30m2021-09-20 13:25:38,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:38,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=BasicAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of HTTP BASIC Authentication, group=Valve, type=org.apache.catalina.authenticator.BasicAuthenticator])
?[30m2021-09-20 13:25:38,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:38,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:38,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:38,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'DigestAuthenticator'
?[30m2021-09-20 13:25:38,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=DigestAuthenticator)
?[30m2021-09-20 13:25:38,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of HTTP DIGEST Authentication'
?[30m2021-09-20 13:25:38,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of HTTP DIGEST Authentication)
?[30m2021-09-20 13:25:38,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:38,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:38,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:38,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:38,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.DigestAuthenticator'
?[30m2021-09-20 13:25:38,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.DigestAuthenticator)
?[30m2021-09-20 13:25:38,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alwaysUseSession'
?[30m2021-09-20 13:25:38,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alwaysUseSession)
?[30m2021-09-20 13:25:38,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a session always be used once a user is authenticated?'
?[30m2021-09-20 13:25:38,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a session always be used once a user is authenticated?)
?[30m2021-09-20 13:25:38,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b540623)
?[30m2021-09-20 13:25:38,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
?[30m2021-09-20 13:25:38,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
?[30m2021-09-20 13:25:38,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
?[30m2021-09-20 13:25:38,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
?[30m2021-09-20 13:25:38,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27309ff)
?[30m2021-09-20 13:25:38,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
?[30m2021-09-20 13:25:38,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
?[30m2021-09-20 13:25:38,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
?[30m2021-09-20 13:25:38,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
?[30m2021-09-20 13:25:38,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f953dc4)
?[30m2021-09-20 13:25:38,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:38,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:38,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:38,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:38,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@684927de)
?[30m2021-09-20 13:25:38,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cnonceCacheSize'
?[30m2021-09-20 13:25:38,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cnonceCacheSize)
?[30m2021-09-20 13:25:38,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The size of the cnonce cache used to prevent replay attacks'
?[30m2021-09-20 13:25:38,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The size of the cnonce cache used to prevent replay attacks)
?[30m2021-09-20 13:25:38,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:38,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:38,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33f751ea)
?[30m2021-09-20 13:25:38,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
?[30m2021-09-20 13:25:38,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
?[30m2021-09-20 13:25:38,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
?[30m2021-09-20 13:25:38,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
?[30m2021-09-20 13:25:38,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f2cf979)
?[30m2021-09-20 13:25:38,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'key'
?[30m2021-09-20 13:25:38,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=key)
?[30m2021-09-20 13:25:38,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secret key used by digest authentication'
?[30m2021-09-20 13:25:38,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secret key used by digest authentication)
?[30m2021-09-20 13:25:38,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70b24b1)
?[30m2021-09-20 13:25:38,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'nonceValidity'
?[30m2021-09-20 13:25:38,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=nonceValidity)
?[30m2021-09-20 13:25:38,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time, in milliseconds, for which a server issued nonce will be valid'
?[30m2021-09-20 13:25:38,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time, in milliseconds, for which a server issued nonce will be valid)
?[30m2021-09-20 13:25:38,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:38,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:38,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22abfb90)
?[30m2021-09-20 13:25:38,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'opaque'
?[30m2021-09-20 13:25:38,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=opaque)
?[30m2021-09-20 13:25:38,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The opaque server string used by digest authentication'
?[30m2021-09-20 13:25:38,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The opaque server string used by digest authentication)
?[30m2021-09-20 13:25:38,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6a04298d)
?[30m2021-09-20 13:25:38,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
?[30m2021-09-20 13:25:38,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
?[30m2021-09-20 13:25:38,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
?[30m2021-09-20 13:25:38,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
?[30m2021-09-20 13:25:38,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@36464eac)
?[30m2021-09-20 13:25:38,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
?[30m2021-09-20 13:25:38,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
?[30m2021-09-20 13:25:38,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
?[30m2021-09-20 13:25:38,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
?[30m2021-09-20 13:25:38,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6836da79)
?[30m2021-09-20 13:25:38,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
?[30m2021-09-20 13:25:38,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
?[30m2021-09-20 13:25:38,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
?[30m2021-09-20 13:25:38,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
?[30m2021-09-20 13:25:38,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@153ccb94)
?[30m2021-09-20 13:25:38,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
?[30m2021-09-20 13:25:38,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
?[30m2021-09-20 13:25:38,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
?[30m2021-09-20 13:25:38,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
?[30m2021-09-20 13:25:38,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5e3fd0ff)
?[30m2021-09-20 13:25:38,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:38,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:38,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:38,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:38,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a88d6ba)
?[30m2021-09-20 13:25:38,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validateUri'
?[30m2021-09-20 13:25:38,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validateUri)
?[30m2021-09-20 13:25:38,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the uri be validated as required by RFC2617?'
?[30m2021-09-20 13:25:38,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the uri be validated as required by RFC2617?)
?[30m2021-09-20 13:25:38,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4332a80)
?[30m2021-09-20 13:25:38,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:38,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=DigestAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of HTTP DIGEST Authentication, group=Valve, type=org.apache.catalina.authenticator.DigestAuthenticator])
?[30m2021-09-20 13:25:38,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:38,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:38,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:38,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'FormAuthenticator'
?[30m2021-09-20 13:25:38,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=FormAuthenticator)
?[30m2021-09-20 13:25:38,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of FORM BASED Authentication'
?[30m2021-09-20 13:25:38,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of FORM BASED Authentication)
?[30m2021-09-20 13:25:38,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:38,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:38,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:38,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:38,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.FormAuthenticator'
?[30m2021-09-20 13:25:38,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.FormAuthenticator)
?[30m2021-09-20 13:25:38,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
?[30m2021-09-20 13:25:38,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
?[30m2021-09-20 13:25:38,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
?[30m2021-09-20 13:25:38,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
?[30m2021-09-20 13:25:38,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@772021f9)
?[30m2021-09-20 13:25:38,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'characterEncoding'
?[30m2021-09-20 13:25:38,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=characterEncoding)
?[30m2021-09-20 13:25:38,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character encoding to use to read the username and password parameters from the request'
?[30m2021-09-20 13:25:38,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character encoding to use to read the username and password parameters from the request)
?[30m2021-09-20 13:25:38,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@57b8bfca)
?[30m2021-09-20 13:25:38,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:38,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:38,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:38,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:38,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b998e81)
?[30m2021-09-20 13:25:38,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
?[30m2021-09-20 13:25:38,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
?[30m2021-09-20 13:25:38,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
?[30m2021-09-20 13:25:38,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
?[30m2021-09-20 13:25:38,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5663ca58)
?[30m2021-09-20 13:25:38,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'landingPage'
?[30m2021-09-20 13:25:38,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=landingPage)
?[30m2021-09-20 13:25:38,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the behavior of the FORM authentication process if the process is misused, for example by directly requesting the login page or delaying logging in for so long that the session expires'
?[30m2021-09-20 13:25:38,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the behavior of the FORM authentication process if the process is misused, for example by directly requesting the login page or delaying logging in for so long that the session expires)
?[30m2021-09-20 13:25:38,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@203a1684)
?[30m2021-09-20 13:25:38,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
?[30m2021-09-20 13:25:38,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
?[30m2021-09-20 13:25:38,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
?[30m2021-09-20 13:25:38,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
?[30m2021-09-20 13:25:38,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32eeaba6)
?[30m2021-09-20 13:25:38,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
?[30m2021-09-20 13:25:38,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
?[30m2021-09-20 13:25:38,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
?[30m2021-09-20 13:25:38,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
?[30m2021-09-20 13:25:38,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3584c6fc)
?[30m2021-09-20 13:25:38,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
?[30m2021-09-20 13:25:38,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
?[30m2021-09-20 13:25:38,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
?[30m2021-09-20 13:25:38,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
?[30m2021-09-20 13:25:38,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,683?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,683?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,683?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,683?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d7deb1e)
?[30m2021-09-20 13:25:38,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
?[30m2021-09-20 13:25:38,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
?[30m2021-09-20 13:25:38,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
?[30m2021-09-20 13:25:38,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
?[30m2021-09-20 13:25:38,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d835c03)
?[30m2021-09-20 13:25:38,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:38,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:38,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:38,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:38,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4a77758e)
?[30m2021-09-20 13:25:38,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:38,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=FormAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of FORM BASED Authentication, group=Valve, type=org.apache.catalina.authenticator.FormAuthenticator])
?[30m2021-09-20 13:25:38,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:38,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:38,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:38,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NonLoginAuthenticator'
?[30m2021-09-20 13:25:38,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NonLoginAuthenticator)
?[30m2021-09-20 13:25:38,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation that checks only security constraints not involving user authentication'
?[30m2021-09-20 13:25:38,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation that checks only security constraints not involving user authentication)
?[30m2021-09-20 13:25:38,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:38,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:38,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:38,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:38,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.NonLoginAuthenticator'
?[30m2021-09-20 13:25:38,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.NonLoginAuthenticator)
?[30m2021-09-20 13:25:38,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
?[30m2021-09-20 13:25:38,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
?[30m2021-09-20 13:25:38,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
?[30m2021-09-20 13:25:38,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
?[30m2021-09-20 13:25:38,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5957e91a)
?[30m2021-09-20 13:25:38,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
?[30m2021-09-20 13:25:38,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
?[30m2021-09-20 13:25:38,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
?[30m2021-09-20 13:25:38,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
?[30m2021-09-20 13:25:38,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4be0cc35)
?[30m2021-09-20 13:25:38,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:38,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:38,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:38,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:38,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c94e20e)
?[30m2021-09-20 13:25:38,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
?[30m2021-09-20 13:25:38,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
?[30m2021-09-20 13:25:38,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
?[30m2021-09-20 13:25:38,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
?[30m2021-09-20 13:25:38,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2dbe3717)
?[30m2021-09-20 13:25:38,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
?[30m2021-09-20 13:25:38,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
?[30m2021-09-20 13:25:38,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
?[30m2021-09-20 13:25:38,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
?[30m2021-09-20 13:25:38,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4bc70483)
?[30m2021-09-20 13:25:38,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:38,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:38,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:38,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:38,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@60bf8aa)
?[30m2021-09-20 13:25:38,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:38,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NonLoginAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation that checks only security constraints not involving user authentication, group=Valve, type=org.apache.catalina.authenticator.NonLoginAuthenticator])
?[30m2021-09-20 13:25:38,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:38,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:38,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:38,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SingleSignOn'
?[30m2021-09-20 13:25:38,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SingleSignOn)
?[30m2021-09-20 13:25:38,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'A Valve that supports a 'single signon' user experience'
?[30m2021-09-20 13:25:38,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=A Valve that supports a 'single signon' user experience)
?[30m2021-09-20 13:25:38,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:38,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:38,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:38,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:38,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.SingleSignOn'
?[30m2021-09-20 13:25:38,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.SingleSignOn)
?[30m2021-09-20 13:25:38,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:38,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:38,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:38,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:38,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d74fef7)
?[30m2021-09-20 13:25:38,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requireReauthentication'
?[30m2021-09-20 13:25:38,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requireReauthentication)
?[30m2021-09-20 13:25:38,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we attempt to reauthenticate each request against the security Realm?'
?[30m2021-09-20 13:25:38,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we attempt to reauthenticate each request against the security Realm?)
?[30m2021-09-20 13:25:38,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@212e78c1)
?[30m2021-09-20 13:25:38,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cookieDomain'
?[30m2021-09-20 13:25:38,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cookieDomain)
?[30m2021-09-20 13:25:38,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to '(Optional) Domain to be used by sso cookies'
?[30m2021-09-20 13:25:38,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=(Optional) Domain to be used by sso cookies)
?[30m2021-09-20 13:25:38,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@523e837b)
?[30m2021-09-20 13:25:38,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:38,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:38,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:38,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:38,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b29ff3e)
?[30m2021-09-20 13:25:38,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:38,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SingleSignOn, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=A Valve that supports a 'single signon' user experience, group=Valve, type=org.apache.catalina.authenticator.SingleSignOn])
?[30m2021-09-20 13:25:38,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:38,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:38,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:38,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SSLAuthenticator'
?[30m2021-09-20 13:25:38,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SSLAuthenticator)
?[30m2021-09-20 13:25:38,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users'
?[30m2021-09-20 13:25:38,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users)
?[30m2021-09-20 13:25:38,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:38,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:38,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:38,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:38,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.SSLAuthenticator'
?[30m2021-09-20 13:25:38,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.SSLAuthenticator)
?[30m2021-09-20 13:25:38,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
?[30m2021-09-20 13:25:38,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
?[30m2021-09-20 13:25:38,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
?[30m2021-09-20 13:25:38,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
?[30m2021-09-20 13:25:38,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51703bea)
?[30m2021-09-20 13:25:38,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
?[30m2021-09-20 13:25:38,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
?[30m2021-09-20 13:25:38,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
?[30m2021-09-20 13:25:38,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
?[30m2021-09-20 13:25:38,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3cab975)
?[30m2021-09-20 13:25:38,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:38,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:38,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:38,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:38,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25c9d72c)
?[30m2021-09-20 13:25:38,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
?[30m2021-09-20 13:25:38,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
?[30m2021-09-20 13:25:38,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
?[30m2021-09-20 13:25:38,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
?[30m2021-09-20 13:25:38,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@615d1ca4)
?[30m2021-09-20 13:25:38,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
?[30m2021-09-20 13:25:38,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
?[30m2021-09-20 13:25:38,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
?[30m2021-09-20 13:25:38,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
?[30m2021-09-20 13:25:38,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:38,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:38,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31a2c40e)
?[30m2021-09-20 13:25:38,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
?[30m2021-09-20 13:25:38,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
?[30m2021-09-20 13:25:38,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
?[30m2021-09-20 13:25:38,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
?[30m2021-09-20 13:25:38,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6775c25e)
?[30m2021-09-20 13:25:38,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
?[30m2021-09-20 13:25:38,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
?[30m2021-09-20 13:25:38,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
?[30m2021-09-20 13:25:38,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
?[30m2021-09-20 13:25:38,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cee092b)
?[30m2021-09-20 13:25:38,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
?[30m2021-09-20 13:25:38,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
?[30m2021-09-20 13:25:38,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
?[30m2021-09-20 13:25:38,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
?[30m2021-09-20 13:25:38,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55f9c2e)
?[30m2021-09-20 13:25:38,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:38,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:38,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:38,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:38,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@227aba3f)
?[30m2021-09-20 13:25:38,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:38,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SSLAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users, group=Valve, type=org.apache.catalina.authenticator.SSLAuthenticator])
?[30m2021-09-20 13:25:38,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:38,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:38,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:38,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:38,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:38,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/catalina/core/mbeans-descriptors.xml
?[30m2021-09-20 13:25:38,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@178f001c)
?[30m2021-09-20 13:25:38,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:38,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:38,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:38,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:38,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:38,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:38,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ApplicationFilterConfig'
?[30m2021-09-20 13:25:38,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ApplicationFilterConfig)
?[30m2021-09-20 13:25:38,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Wrapper that represents an individual servlet-filter definition'
?[30m2021-09-20 13:25:38,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Wrapper that represents an individual servlet-filter definition)
?[30m2021-09-20 13:25:38,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:38,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:38,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Filter'
?[30m2021-09-20 13:25:38,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Filter)
?[30m2021-09-20 13:25:38,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.ApplicationFilterConfig'
?[30m2021-09-20 13:25:38,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.ApplicationFilterConfig)
?[30m2021-09-20 13:25:38,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterName'
?[30m2021-09-20 13:25:38,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterName)
?[30m2021-09-20 13:25:38,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name used to reference the filter in web.xml'
?[30m2021-09-20 13:25:38,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name used to reference the filter in web.xml)
?[30m2021-09-20 13:25:38,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e48502f)
?[30m2021-09-20 13:25:38,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterClass'
?[30m2021-09-20 13:25:38,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterClass)
?[30m2021-09-20 13:25:38,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the filter object'
?[30m2021-09-20 13:25:38,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the filter object)
?[30m2021-09-20 13:25:38,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:38,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:38,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1914b49b)
?[30m2021-09-20 13:25:38,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:38,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:38,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterInitParameterMap'
?[30m2021-09-20 13:25:38,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterInitParameterMap)
?[30m2021-09-20 13:25:38,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Return the initialization parameters associated with this filter'
?[30m2021-09-20 13:25:38,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Return the initialization parameters associated with this filter)
?[30m2021-09-20 13:25:38,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.Map'
?[30m2021-09-20 13:25:38,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.Map)
?[30m2021-09-20 13:25:38,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:38,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:38,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:38,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:38,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:38,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:38,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55d420ae)
?[30m2021-09-20 13:25:38,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:38,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:38,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:38,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:38,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:38,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ApplicationFilterConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Wrapper that represents an individual servlet-filter definition, group=Filter, type=org.apache.catalina.core.ApplicationFilterConfig])
?[30m2021-09-20 13:25:38,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:38,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:38,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:38,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:38,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:38,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:38,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:38,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:38,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NamingContextListener'
?[30m2021-09-20 13:25:38,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NamingContextListener)
?[30m2021-09-20 13:25:38,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Helper class used to initialize and populate the JNDI context associated with each context and server'
?[30m2021-09-20 13:25:38,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Helper class used to initialize and populate the JNDI context associated with each context and server)
?[30m2021-09-20 13:25:38,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:38,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:38,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
?[30m2021-09-20 13:25:38,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
?[30m2021-09-20 13:25:38,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.NamingContextListener'
?[30m2021-09-20 13:25:38,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.NamingContextListener)
?[30m2021-09-20 13:25:38,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:39,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:39,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:39,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:39,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:39,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@16d1a3a9)
?[30m2021-09-20 13:25:39,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:39,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
?[30m2021-09-20 13:25:39,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the associated naming context'
?[30m2021-09-20 13:25:39,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the associated naming context)
?[30m2021-09-20 13:25:39,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a5d6d84)
?[30m2021-09-20 13:25:39,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:39,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:39,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:39,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:39,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:39,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NamingContextListener, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Helper class used to initialize and populate the JNDI context associated with each context and server, group=Listener, type=org.apache.catalina.core.NamingContextListener])
?[30m2021-09-20 13:25:39,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:39,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:39,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:39,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:39,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:39,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:39,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:39,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:39,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardContext'
?[30m2021-09-20 13:25:39,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardContext)
?[30m2021-09-20 13:25:39,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Context Component'
?[30m2021-09-20 13:25:39,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Context Component)
?[30m2021-09-20 13:25:39,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:39,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:39,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Context'
?[30m2021-09-20 13:25:39,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Context)
?[30m2021-09-20 13:25:39,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardContext'
?[30m2021-09-20 13:25:39,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardContext)
?[30m2021-09-20 13:25:39,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextMBean'
?[30m2021-09-20 13:25:39,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextMBean)
?[30m2021-09-20 13:25:39,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:39,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'altDDName'
?[30m2021-09-20 13:25:39,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=altDDName)
?[30m2021-09-20 13:25:39,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The alternate deployment descriptor name.'
?[30m2021-09-20 13:25:39,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The alternate deployment descriptor name.)
?[30m2021-09-20 13:25:39,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,035?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.beans.factory.support.DefaultListableBeanFactory?[0;39m: Overriding bean definition for bean 'IMessageRepository' with a different definition: replacing [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
?[30m2021-09-20 13:25:39,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ef8f931)
?[30m2021-09-20 13:25:39,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,039?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.beans.factory.support.DefaultListableBeanFactory?[0;39m: Overriding bean definition for bean 'ITransactionFate' with a different definition: replacing [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
?[30m2021-09-20 13:25:39,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'antiResourceLocking'
?[30m2021-09-20 13:25:39,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=antiResourceLocking)
?[30m2021-09-20 13:25:39,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Take care to not lock resources'
?[30m2021-09-20 13:25:39,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Take care to not lock resources)
?[30m2021-09-20 13:25:39,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,042?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.beans.factory.support.DefaultListableBeanFactory?[0;39m: Overriding bean definition for bean 'IRealTimeResponseRepository' with a different definition: replacing [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
?[30m2021-09-20 13:25:39,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@467b6c13)
?[30m2021-09-20 13:25:39,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'baseName'
?[30m2021-09-20 13:25:39,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=baseName)
?[30m2021-09-20 13:25:39,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).'
?[30m2021-09-20 13:25:39,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).)
?[30m2021-09-20 13:25:39,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5dac539e)
?[30m2021-09-20 13:25:39,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'children'
?[30m2021-09-20 13:25:39,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=children)
?[30m2021-09-20 13:25:39,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all children'
?[30m2021-09-20 13:25:39,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all children)
?[30m2021-09-20 13:25:39,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
?[30m2021-09-20 13:25:39,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
?[30m2021-09-20 13:25:39,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1cdc34e2)
?[30m2021-09-20 13:25:39,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesRmiTargets'
?[30m2021-09-20 13:25:39,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesRmiTargets)
?[30m2021-09-20 13:25:39,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?'
?[30m2021-09-20 13:25:39,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?)
?[30m2021-09-20 13:25:39,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f46739)
?[30m2021-09-20 13:25:39,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesStopThreads'
?[30m2021-09-20 13:25:39,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesStopThreads)
?[30m2021-09-20 13:25:39,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.'
?[30m2021-09-20 13:25:39,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.)
?[30m2021-09-20 13:25:39,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@18f29860)
?[30m2021-09-20 13:25:39,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesStopTimerThreads'
?[30m2021-09-20 13:25:39,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesStopTimerThreads)
?[30m2021-09-20 13:25:39,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.'
?[30m2021-09-20 13:25:39,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.)
?[30m2021-09-20 13:25:39,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@277d1843)
?[30m2021-09-20 13:25:39,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configFile'
?[30m2021-09-20 13:25:39,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configFile)
?[30m2021-09-20 13:25:39,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the context.xml resource or file'
?[30m2021-09-20 13:25:39,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the context.xml resource or file)
?[30m2021-09-20 13:25:39,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.net.URL'
?[30m2021-09-20 13:25:39,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.net.URL)
?[30m2021-09-20 13:25:39,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a7b436a)
?[30m2021-09-20 13:25:39,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configured'
?[30m2021-09-20 13:25:39,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configured)
?[30m2021-09-20 13:25:39,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The correctly configured flag for this Context.'
?[30m2021-09-20 13:25:39,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The correctly configured flag for this Context.)
?[30m2021-09-20 13:25:39,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7c902ab3)
?[30m2021-09-20 13:25:39,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cookies'
?[30m2021-09-20 13:25:39,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cookies)
?[30m2021-09-20 13:25:39,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we attempt to use cookies for session id communication?'
?[30m2021-09-20 13:25:39,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we attempt to use cookies for session id communication?)
?[30m2021-09-20 13:25:39,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70ad8cd9)
?[30m2021-09-20 13:25:39,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'crossContext'
?[30m2021-09-20 13:25:39,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=crossContext)
?[30m2021-09-20 13:25:39,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?'
?[30m2021-09-20 13:25:39,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?)
?[30m2021-09-20 13:25:39,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3fdd3d8f)
?[30m2021-09-20 13:25:39,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultContextXml'
?[30m2021-09-20 13:25:39,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultContextXml)
?[30m2021-09-20 13:25:39,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the default context.xml resource or file'
?[30m2021-09-20 13:25:39,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the default context.xml resource or file)
?[30m2021-09-20 13:25:39,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3f3d590d)
?[30m2021-09-20 13:25:39,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultWebXml'
?[30m2021-09-20 13:25:39,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultWebXml)
?[30m2021-09-20 13:25:39,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the default web.xml resource or file'
?[30m2021-09-20 13:25:39,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the default web.xml resource or file)
?[30m2021-09-20 13:25:39,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@420529eb)
?[30m2021-09-20 13:25:39,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
?[30m2021-09-20 13:25:39,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
?[30m2021-09-20 13:25:39,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ''
?[30m2021-09-20 13:25:39,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=)
?[30m2021-09-20 13:25:39,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ed2be36)
?[30m2021-09-20 13:25:39,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'displayName'
?[30m2021-09-20 13:25:39,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=displayName)
?[30m2021-09-20 13:25:39,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The display name of this web application'
?[30m2021-09-20 13:25:39,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The display name of this web application)
?[30m2021-09-20 13:25:39,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8b5d126)
?[30m2021-09-20 13:25:39,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'distributable'
?[30m2021-09-20 13:25:39,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=distributable)
?[30m2021-09-20 13:25:39,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The distributable flag for this web application.'
?[30m2021-09-20 13:25:39,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The distributable flag for this web application.)
?[30m2021-09-20 13:25:39,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d95040c)
?[30m2021-09-20 13:25:39,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'docBase'
?[30m2021-09-20 13:25:39,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=docBase)
?[30m2021-09-20 13:25:39,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The document root for this web application'
?[30m2021-09-20 13:25:39,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The document root for this web application)
?[30m2021-09-20 13:25:39,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@36343424)
?[30m2021-09-20 13:25:39,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encodedPath'
?[30m2021-09-20 13:25:39,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encodedPath)
?[30m2021-09-20 13:25:39,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The encoded path'
?[30m2021-09-20 13:25:39,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The encoded path)
?[30m2021-09-20 13:25:39,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d5c0fda)
?[30m2021-09-20 13:25:39,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ignoreAnnotations'
?[30m2021-09-20 13:25:39,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ignoreAnnotations)
?[30m2021-09-20 13:25:39,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Ignore annotations flag.'
?[30m2021-09-20 13:25:39,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Ignore annotations flag.)
?[30m2021-09-20 13:25:39,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b46cdb6)
?[30m2021-09-20 13:25:39,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'instanceManager'
?[30m2021-09-20 13:25:39,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=instanceManager)
?[30m2021-09-20 13:25:39,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling'
?[30m2021-09-20 13:25:39,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling)
?[30m2021-09-20 13:25:39,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.tomcat.InstanceManager'
?[30m2021-09-20 13:25:39,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.tomcat.InstanceManager)
?[30m2021-09-20 13:25:39,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e0607b6)
?[30m2021-09-20 13:25:39,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'javaVMs'
?[30m2021-09-20 13:25:39,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=javaVMs)
?[30m2021-09-20 13:25:39,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java virtual machines on which this module is running'
?[30m2021-09-20 13:25:39,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java virtual machines on which this module is running)
?[30m2021-09-20 13:25:39,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:39,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:39,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@39848346)
?[30m2021-09-20 13:25:39,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loader'
?[30m2021-09-20 13:25:39,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loader)
?[30m2021-09-20 13:25:39,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated loader.'
?[30m2021-09-20 13:25:39,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated loader.)
?[30m2021-09-20 13:25:39,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Loader'
?[30m2021-09-20 13:25:39,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Loader)
?[30m2021-09-20 13:25:39,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@24bb7973)
?[30m2021-09-20 13:25:39,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'logEffectiveWebXml'
?[30m2021-09-20 13:25:39,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=logEffectiveWebXml)
?[30m2021-09-20 13:25:39,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the effective web.xml be logged when the context starts?'
?[30m2021-09-20 13:25:39,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the effective web.xml be logged when the context starts?)
?[30m2021-09-20 13:25:39,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@497d2b2f)
?[30m2021-09-20 13:25:39,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'logger'
?[30m2021-09-20 13:25:39,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=logger)
?[30m2021-09-20 13:25:39,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated logger.'
?[30m2021-09-20 13:25:39,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated logger.)
?[30m2021-09-20 13:25:39,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.juli.logging.Log'
?[30m2021-09-20 13:25:39,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.juli.logging.Log)
?[30m2021-09-20 13:25:39,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5758be01)
?[30m2021-09-20 13:25:39,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
?[30m2021-09-20 13:25:39,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
?[30m2021-09-20 13:25:39,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
?[30m2021-09-20 13:25:39,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
?[30m2021-09-20 13:25:39,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
?[30m2021-09-20 13:25:39,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
?[30m2021-09-20 13:25:39,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4adb891f)
?[30m2021-09-20 13:25:39,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'manager'
?[30m2021-09-20 13:25:39,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=manager)
?[30m2021-09-20 13:25:39,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated manager.'
?[30m2021-09-20 13:25:39,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated manager.)
?[30m2021-09-20 13:25:39,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Manager'
?[30m2021-09-20 13:25:39,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Manager)
?[30m2021-09-20 13:25:39,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@355401d6)
?[30m2021-09-20 13:25:39,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'mapperContextRootRedirectEnabled'
?[30m2021-09-20 13:25:39,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=mapperContextRootRedirectEnabled)
?[30m2021-09-20 13:25:39,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the Mapper be used for context root redirects'
?[30m2021-09-20 13:25:39,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the Mapper be used for context root redirects)
?[30m2021-09-20 13:25:39,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15507000)
?[30m2021-09-20 13:25:39,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'mapperDirectoryRedirectEnabled'
?[30m2021-09-20 13:25:39,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=mapperDirectoryRedirectEnabled)
?[30m2021-09-20 13:25:39,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the Mapper be used for directory redirects'
?[30m2021-09-20 13:25:39,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the Mapper be used for directory redirects)
?[30m2021-09-20 13:25:39,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7ea6c1d)
?[30m2021-09-20 13:25:39,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'namingContextListener'
?[30m2021-09-20 13:25:39,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=namingContextListener)
?[30m2021-09-20 13:25:39,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated naming context listener.'
?[30m2021-09-20 13:25:39,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated naming context listener.)
?[30m2021-09-20 13:25:39,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.core.NamingContextListener'
?[30m2021-09-20 13:25:39,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.core.NamingContextListener)
?[30m2021-09-20 13:25:39,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@116f8e8e)
?[30m2021-09-20 13:25:39,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectName'
?[30m2021-09-20 13:25:39,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectName)
?[30m2021-09-20 13:25:39,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the object'
?[30m2021-09-20 13:25:39,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the object)
?[30m2021-09-20 13:25:39,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4a067c4)
?[30m2021-09-20 13:25:39,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'originalDocBase'
?[30m2021-09-20 13:25:39,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=originalDocBase)
?[30m2021-09-20 13:25:39,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The original document root for this web application'
?[30m2021-09-20 13:25:39,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The original document root for this web application)
?[30m2021-09-20 13:25:39,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@12e6d720)
?[30m2021-09-20 13:25:39,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'override'
?[30m2021-09-20 13:25:39,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=override)
?[30m2021-09-20 13:25:39,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The default context.xml override flag for this web application'
?[30m2021-09-20 13:25:39,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The default context.xml override flag for this web application)
?[30m2021-09-20 13:25:39,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4638dbe5)
?[30m2021-09-20 13:25:39,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:39,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
?[30m2021-09-20 13:25:39,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this Context'
?[30m2021-09-20 13:25:39,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this Context)
?[30m2021-09-20 13:25:39,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b4e3652)
?[30m2021-09-20 13:25:39,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'parentClassLoader'
?[30m2021-09-20 13:25:39,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=parentClassLoader)
?[30m2021-09-20 13:25:39,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Parent class loader.'
?[30m2021-09-20 13:25:39,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Parent class loader.)
?[30m2021-09-20 13:25:39,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.ClassLoader'
?[30m2021-09-20 13:25:39,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.ClassLoader)
?[30m2021-09-20 13:25:39,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c57eab8)
?[30m2021-09-20 13:25:39,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'path'
?[30m2021-09-20 13:25:39,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=path)
?[30m2021-09-20 13:25:39,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The context path for this Context'
?[30m2021-09-20 13:25:39,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The context path for this Context)
?[30m2021-09-20 13:25:39,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@82c77c5)
?[30m2021-09-20 13:25:39,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'paused'
?[30m2021-09-20 13:25:39,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=paused)
?[30m2021-09-20 13:25:39,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The request processing pause flag (while reloading occurs)'
?[30m2021-09-20 13:25:39,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The request processing pause flag (while reloading occurs))
?[30m2021-09-20 13:25:39,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@84b72d6)
?[30m2021-09-20 13:25:39,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'privileged'
?[30m2021-09-20 13:25:39,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=privileged)
?[30m2021-09-20 13:25:39,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Access to tomcat internals'
?[30m2021-09-20 13:25:39,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Access to tomcat internals)
?[30m2021-09-20 13:25:39,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52ed292b)
?[30m2021-09-20 13:25:39,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
?[30m2021-09-20 13:25:39,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
?[30m2021-09-20 13:25:39,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative execution times of all servlets in this context'
?[30m2021-09-20 13:25:39,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative execution times of all servlets in this context)
?[30m2021-09-20 13:25:39,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:39,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:39,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41fc0be4)
?[30m2021-09-20 13:25:39,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxTime'
?[30m2021-09-20 13:25:39,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxTime)
?[30m2021-09-20 13:25:39,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum execution time of all servlets in this context'
?[30m2021-09-20 13:25:39,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum execution time of all servlets in this context)
?[30m2021-09-20 13:25:39,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:39,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:39,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a85ce41)
?[30m2021-09-20 13:25:39,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minTime'
?[30m2021-09-20 13:25:39,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minTime)
?[30m2021-09-20 13:25:39,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum execution time of all servlets in this context'
?[30m2021-09-20 13:25:39,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum execution time of all servlets in this context)
?[30m2021-09-20 13:25:39,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:39,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:39,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@790bc405)
?[30m2021-09-20 13:25:39,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requestCount'
?[30m2021-09-20 13:25:39,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requestCount)
?[30m2021-09-20 13:25:39,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative request count of all servlets in this context'
?[30m2021-09-20 13:25:39,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative request count of all servlets in this context)
?[30m2021-09-20 13:25:39,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:39,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:39,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42940e7e)
?[30m2021-09-20 13:25:39,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorCount'
?[30m2021-09-20 13:25:39,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorCount)
?[30m2021-09-20 13:25:39,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative error count of all servlets in this context'
?[30m2021-09-20 13:25:39,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative error count of all servlets in this context)
?[30m2021-09-20 13:25:39,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:39,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:39,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63969ee3)
?[30m2021-09-20 13:25:39,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'publicId'
?[30m2021-09-20 13:25:39,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=publicId)
?[30m2021-09-20 13:25:39,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The public identifier of the DTD for the web application deployment descriptor version that is being parsed'
?[30m2021-09-20 13:25:39,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The public identifier of the DTD for the web application deployment descriptor version that is being parsed)
?[30m2021-09-20 13:25:39,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67e5a316)
?[30m2021-09-20 13:25:39,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm'
?[30m2021-09-20 13:25:39,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm)
?[30m2021-09-20 13:25:39,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.'
?[30m2021-09-20 13:25:39,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.)
?[30m2021-09-20 13:25:39,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm'
?[30m2021-09-20 13:25:39,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm)
?[30m2021-09-20 13:25:39,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40697803)
?[30m2021-09-20 13:25:39,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'reloadable'
?[30m2021-09-20 13:25:39,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=reloadable)
?[30m2021-09-20 13:25:39,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The reloadable flag for this web application'
?[30m2021-09-20 13:25:39,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The reloadable flag for this web application)
?[30m2021-09-20 13:25:39,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22ec698e)
?[30m2021-09-20 13:25:39,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renewThreadsWhenStoppingContext'
?[30m2021-09-20 13:25:39,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renewThreadsWhenStoppingContext)
?[30m2021-09-20 13:25:39,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.'
?[30m2021-09-20 13:25:39,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.)
?[30m2021-09-20 13:25:39,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@755a8ab6)
?[30m2021-09-20 13:25:39,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'server'
?[30m2021-09-20 13:25:39,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=server)
?[30m2021-09-20 13:25:39,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The J2EE Server this module is deployed on'
?[30m2021-09-20 13:25:39,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The J2EE Server this module is deployed on)
?[30m2021-09-20 13:25:39,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3f6d7a18)
?[30m2021-09-20 13:25:39,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookieName'
?[30m2021-09-20 13:25:39,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookieName)
?[30m2021-09-20 13:25:39,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name to use for session cookies.'null' indicates that the name is controlled by the application.'
?[30m2021-09-20 13:25:39,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name to use for session cookies.'null' indicates that the name is controlled by the application.)
?[30m2021-09-20 13:25:39,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@34cfb496)
?[30m2021-09-20 13:25:39,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookieDomain'
?[30m2021-09-20 13:25:39,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookieDomain)
?[30m2021-09-20 13:25:39,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The domain to use for session cookies.'null' indicates that the domain is controlled by the application.'
?[30m2021-09-20 13:25:39,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The domain to use for session cookies.'null' indicates that the domain is controlled by the application.)
?[30m2021-09-20 13:25:39,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@752e0b98)
?[30m2021-09-20 13:25:39,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookiePath'
?[30m2021-09-20 13:25:39,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookiePath)
?[30m2021-09-20 13:25:39,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The path to use for session cookies.'null' indicates that the path is controlled by the application.'
?[30m2021-09-20 13:25:39,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The path to use for session cookies.'null' indicates that the path is controlled by the application.)
?[30m2021-09-20 13:25:39,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@540030b1)
?[30m2021-09-20 13:25:39,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionTimeout'
?[30m2021-09-20 13:25:39,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionTimeout)
?[30m2021-09-20 13:25:39,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The session timeout (in minutes) for this web application'
?[30m2021-09-20 13:25:39,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The session timeout (in minutes) for this web application)
?[30m2021-09-20 13:25:39,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:39,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:39,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e93d93)
?[30m2021-09-20 13:25:39,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startTime'
?[30m2021-09-20 13:25:39,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startTime)
?[30m2021-09-20 13:25:39,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started'
?[30m2021-09-20 13:25:39,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started)
?[30m2021-09-20 13:25:39,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:39,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:39,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49cb521c)
?[30m2021-09-20 13:25:39,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startupTime'
?[30m2021-09-20 13:25:39,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startupTime)
?[30m2021-09-20 13:25:39,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time (in milliseconds) it took to start this context'
?[30m2021-09-20 13:25:39,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time (in milliseconds) it took to start this context)
?[30m2021-09-20 13:25:39,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:39,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:39,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4cbce276)
?[30m2021-09-20 13:25:39,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:39,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:39,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:39,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:39,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@196cd6e8)
?[30m2021-09-20 13:25:39,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'swallowOutput'
?[30m2021-09-20 13:25:39,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=swallowOutput)
?[30m2021-09-20 13:25:39,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet'
?[30m2021-09-20 13:25:39,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet)
?[30m2021-09-20 13:25:39,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@502075f3)
?[30m2021-09-20 13:25:39,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tldScanTime'
?[30m2021-09-20 13:25:39,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tldScanTime)
?[30m2021-09-20 13:25:39,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spend scanning jars for TLDs for this context'
?[30m2021-09-20 13:25:39,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spend scanning jars for TLDs for this context)
?[30m2021-09-20 13:25:39,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:39,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:39,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@43689659)
?[30m2021-09-20 13:25:39,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tldValidation'
?[30m2021-09-20 13:25:39,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tldValidation)
?[30m2021-09-20 13:25:39,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of *.tld files be performed by a validating parser?'
?[30m2021-09-20 13:25:39,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of *.tld files be performed by a validating parser?)
?[30m2021-09-20 13:25:39,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@686c6310)
?[30m2021-09-20 13:25:39,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unloadDelay'
?[30m2021-09-20 13:25:39,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unloadDelay)
?[30m2021-09-20 13:25:39,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Amount of ms that the container will wait for servlets to unload'
?[30m2021-09-20 13:25:39,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Amount of ms that the container will wait for servlets to unload)
?[30m2021-09-20 13:25:39,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:39,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:39,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17c83363)
?[30m2021-09-20 13:25:39,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWAR'
?[30m2021-09-20 13:25:39,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWAR)
?[30m2021-09-20 13:25:39,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unpack WAR property'
?[30m2021-09-20 13:25:39,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unpack WAR property)
?[30m2021-09-20 13:25:39,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44144384)
?[30m2021-09-20 13:25:39,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useHttpOnly'
?[30m2021-09-20 13:25:39,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useHttpOnly)
?[30m2021-09-20 13:25:39,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates that session cookies should use HttpOnly'
?[30m2021-09-20 13:25:39,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates that session cookies should use HttpOnly)
?[30m2021-09-20 13:25:39,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@43c9df01)
?[30m2021-09-20 13:25:39,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useNaming'
?[30m2021-09-20 13:25:39,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useNaming)
?[30m2021-09-20 13:25:39,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Create a JNDI naming context for this application?'
?[30m2021-09-20 13:25:39,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Create a JNDI naming context for this application?)
?[30m2021-09-20 13:25:39,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:39,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:39,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4836508b)
?[30m2021-09-20 13:25:39,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useRelativeRedirects'
?[30m2021-09-20 13:25:39,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useRelativeRedirects)
?[30m2021-09-20 13:25:39,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'When generating location headers for 302 responses, should a relative URI be used?'
?[30m2021-09-20 13:25:39,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=When generating location headers for 302 responses, should a relative URI be used?)
?[30m2021-09-20 13:25:39,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1eb321c5)
?[30m2021-09-20 13:25:39,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'webappVersion'
?[30m2021-09-20 13:25:39,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=webappVersion)
?[30m2021-09-20 13:25:39,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The version of this web application - used in parallel deployment to differentiate different versions of the same web application'
?[30m2021-09-20 13:25:39,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The version of this web application - used in parallel deployment to differentiate different versions of the same web application)
?[30m2021-09-20 13:25:39,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78dd59f4)
?[30m2021-09-20 13:25:39,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'welcomeFiles'
?[30m2021-09-20 13:25:39,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=welcomeFiles)
?[30m2021-09-20 13:25:39,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The welcome files for this context'
?[30m2021-09-20 13:25:39,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The welcome files for this context)
?[30m2021-09-20 13:25:39,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:39,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:39,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:39,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:39,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7561a039)
?[30m2021-09-20 13:25:39,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'workDir'
?[30m2021-09-20 13:25:39,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=workDir)
?[30m2021-09-20 13:25:39,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pathname to the work directory for this context'
?[30m2021-09-20 13:25:39,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pathname to the work directory for this context)
?[30m2021-09-20 13:25:39,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f291416)
?[30m2021-09-20 13:25:39,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlValidation'
?[30m2021-09-20 13:25:39,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlValidation)
?[30m2021-09-20 13:25:39,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?'
?[30m2021-09-20 13:25:39,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?)
?[30m2021-09-20 13:25:39,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@893b13f)
?[30m2021-09-20 13:25:39,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:39,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:39,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlNamespaceAware'
?[30m2021-09-20 13:25:39,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlNamespaceAware)
?[30m2021-09-20 13:25:39,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?'
?[30m2021-09-20 13:25:39,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?)
?[30m2021-09-20 13:25:39,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:39,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:39,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:39,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:39,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a934b20)
?[30m2021-09-20 13:25:39,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:39,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:39,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addApplicationListener'
?[30m2021-09-20 13:25:39,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addApplicationListener)
?[30m2021-09-20 13:25:39,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Listener class name to the set of Listeners configured for this application.'
?[30m2021-09-20 13:25:39,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Listener class name to the set of Listeners configured for this application.)
?[30m2021-09-20 13:25:39,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
?[30m2021-09-20 13:25:39,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
?[30m2021-09-20 13:25:39,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a listener class'
?[30m2021-09-20 13:25:39,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a listener class)
?[30m2021-09-20 13:25:39,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@628b5023)
?[30m2021-09-20 13:25:39,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@25c561c0)
?[30m2021-09-20 13:25:39,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addApplicationParameter'
?[30m2021-09-20 13:25:39,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addApplicationParameter)
?[30m2021-09-20 13:25:39,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new application parameter for this application.'
?[30m2021-09-20 13:25:39,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new application parameter for this application.)
?[30m2021-09-20 13:25:39,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
?[30m2021-09-20 13:25:39,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
?[30m2021-09-20 13:25:39,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a listener class'
?[30m2021-09-20 13:25:39,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a listener class)
?[30m2021-09-20 13:25:39,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@30ca360e)
?[30m2021-09-20 13:25:39,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3000b17c)
?[30m2021-09-20 13:25:39,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild'
?[30m2021-09-20 13:25:39,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild)
?[30m2021-09-20 13:25:39,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a child to this Context'
?[30m2021-09-20 13:25:39,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a child to this Context)
?[30m2021-09-20 13:25:39,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:39,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
?[30m2021-09-20 13:25:39,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added'
?[30m2021-09-20 13:25:39,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added)
?[30m2021-09-20 13:25:39,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@8b2f517)
?[30m2021-09-20 13:25:39,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:39,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:39,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added'
?[30m2021-09-20 13:25:39,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added)
?[30m2021-09-20 13:25:39,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6774ea0)
?[30m2021-09-20 13:25:39,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@676c6226)
?[30m2021-09-20 13:25:39,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
?[30m2021-09-20 13:25:39,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
?[30m2021-09-20 13:25:39,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Context'
?[30m2021-09-20 13:25:39,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Context)
?[30m2021-09-20 13:25:39,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:39,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
?[30m2021-09-20 13:25:39,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
?[30m2021-09-20 13:25:39,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
?[30m2021-09-20 13:25:39,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@52d2a4e6)
?[30m2021-09-20 13:25:39,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4dd7e9e6)
?[30m2021-09-20 13:25:39,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLocaleEncodingMappingParameter'
?[30m2021-09-20 13:25:39,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLocaleEncodingMappingParameter)
?[30m2021-09-20 13:25:39,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a Locale Encoding Mapping'
?[30m2021-09-20 13:25:39,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a Locale Encoding Mapping)
?[30m2021-09-20 13:25:39,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'locale'
?[30m2021-09-20 13:25:39,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=locale)
?[30m2021-09-20 13:25:39,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Locale to map an encoding for'
?[30m2021-09-20 13:25:39,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Locale to map an encoding for)
?[30m2021-09-20 13:25:39,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@71e9bcb2)
?[30m2021-09-20 13:25:39,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'encoding'
?[30m2021-09-20 13:25:39,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=encoding)
?[30m2021-09-20 13:25:39,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Encoding to be used for a give locale'
?[30m2021-09-20 13:25:39,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Encoding to be used for a give locale)
?[30m2021-09-20 13:25:39,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@75108dfb)
?[30m2021-09-20 13:25:39,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@32a2e22b)
?[30m2021-09-20 13:25:39,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addMimeMapping'
?[30m2021-09-20 13:25:39,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addMimeMapping)
?[30m2021-09-20 13:25:39,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new MIME mapping, replacing any existing mapping for the specified extension.'
?[30m2021-09-20 13:25:39,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new MIME mapping, replacing any existing mapping for the specified extension.)
?[30m2021-09-20 13:25:39,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension'
?[30m2021-09-20 13:25:39,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension)
?[30m2021-09-20 13:25:39,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Filename extension being mapped'
?[30m2021-09-20 13:25:39,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Filename extension being mapped)
?[30m2021-09-20 13:25:39,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4048a540)
?[30m2021-09-20 13:25:39,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mimeType'
?[30m2021-09-20 13:25:39,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mimeType)
?[30m2021-09-20 13:25:39,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Corresponding MIME type'
?[30m2021-09-20 13:25:39,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Corresponding MIME type)
?[30m2021-09-20 13:25:39,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7cf88dd7)
?[30m2021-09-20 13:25:39,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@d76b8e6)
?[30m2021-09-20 13:25:39,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addParameter'
?[30m2021-09-20 13:25:39,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addParameter)
?[30m2021-09-20 13:25:39,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new context initialization parameter, replacing any existing value for the specified name.'
?[30m2021-09-20 13:25:39,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new context initialization parameter, replacing any existing value for the specified name.)
?[30m2021-09-20 13:25:39,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:39,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:39,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the new parameter'
?[30m2021-09-20 13:25:39,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the new parameter)
?[30m2021-09-20 13:25:39,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@28e0b0d9)
?[30m2021-09-20 13:25:39,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value'
?[30m2021-09-20 13:25:39,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value)
?[30m2021-09-20 13:25:39,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Value of the new parameter'
?[30m2021-09-20 13:25:39,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Value of the new parameter)
?[30m2021-09-20 13:25:39,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2d877220)
?[30m2021-09-20 13:25:39,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1529d472)
?[30m2021-09-20 13:25:39,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRoleMapping'
?[30m2021-09-20 13:25:39,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRoleMapping)
?[30m2021-09-20 13:25:39,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a security role reference for this web application.'
?[30m2021-09-20 13:25:39,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a security role reference for this web application.)
?[30m2021-09-20 13:25:39,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
?[30m2021-09-20 13:25:39,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
?[30m2021-09-20 13:25:39,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role used in the application'
?[30m2021-09-20 13:25:39,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role used in the application)
?[30m2021-09-20 13:25:39,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2d20efb9)
?[30m2021-09-20 13:25:39,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'link'
?[30m2021-09-20 13:25:39,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=link)
?[30m2021-09-20 13:25:39,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Actual security role to check for'
?[30m2021-09-20 13:25:39,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Actual security role to check for)
?[30m2021-09-20 13:25:39,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6be4bc)
?[30m2021-09-20 13:25:39,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@166b90e3)
?[30m2021-09-20 13:25:39,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addSecurityRole'
?[30m2021-09-20 13:25:39,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addSecurityRole)
?[30m2021-09-20 13:25:39,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new security role for this web application.'
?[30m2021-09-20 13:25:39,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new security role for this web application.)
?[30m2021-09-20 13:25:39,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
?[30m2021-09-20 13:25:39,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
?[30m2021-09-20 13:25:39,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New security role'
?[30m2021-09-20 13:25:39,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New security role)
?[30m2021-09-20 13:25:39,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4dba4c18)
?[30m2021-09-20 13:25:39,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@674d2f31)
?[30m2021-09-20 13:25:39,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServletMapping'
?[30m2021-09-20 13:25:39,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServletMapping)
?[30m2021-09-20 13:25:39,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new servlet mapping, replacing any existing mapping for the specified pattern.'
?[30m2021-09-20 13:25:39,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new servlet mapping, replacing any existing mapping for the specified pattern.)
?[30m2021-09-20 13:25:39,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
?[30m2021-09-20 13:25:39,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
?[30m2021-09-20 13:25:39,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern to be mapped'
?[30m2021-09-20 13:25:39,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern to be mapped)
?[30m2021-09-20 13:25:39,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@38dc6960)
?[30m2021-09-20 13:25:39,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:39,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:39,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the corresponding servlet to execute'
?[30m2021-09-20 13:25:39,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the corresponding servlet to execute)
?[30m2021-09-20 13:25:39,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@72fa1a10)
?[30m2021-09-20 13:25:39,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6d3f42db)
?[30m2021-09-20 13:25:39,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServletMapping'
?[30m2021-09-20 13:25:39,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServletMapping)
?[30m2021-09-20 13:25:39,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new servlet mapping, replacing any existing mapping for the specified pattern.'
?[30m2021-09-20 13:25:39,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new servlet mapping, replacing any existing mapping for the specified pattern.)
?[30m2021-09-20 13:25:39,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
?[30m2021-09-20 13:25:39,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
?[30m2021-09-20 13:25:39,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern to be mapped'
?[30m2021-09-20 13:25:39,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern to be mapped)
?[30m2021-09-20 13:25:39,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6305dcea)
?[30m2021-09-20 13:25:39,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:39,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:39,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the corresponding servlet to execute'
?[30m2021-09-20 13:25:39,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the corresponding servlet to execute)
?[30m2021-09-20 13:25:39,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@38c92e83)
?[30m2021-09-20 13:25:39,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'jspWildcard'
?[30m2021-09-20 13:25:39,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=jspWildcard)
?[30m2021-09-20 13:25:39,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to ''true' if name identifies the JspServlet and pattern contains a wildcard; 'false' otherwise'
?[30m2021-09-20 13:25:39,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description='true' if name identifies the JspServlet and pattern contains a wildcard; 'false' otherwise)
?[30m2021-09-20 13:25:39,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:39,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
?[30m2021-09-20 13:25:39,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1a419910)
?[30m2021-09-20 13:25:39,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@dff3919)
?[30m2021-09-20 13:25:39,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
?[30m2021-09-20 13:25:39,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
?[30m2021-09-20 13:25:39,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Context'
?[30m2021-09-20 13:25:39,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Context)
?[30m2021-09-20 13:25:39,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:39,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:39,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
?[30m2021-09-20 13:25:39,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
?[30m2021-09-20 13:25:39,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
?[30m2021-09-20 13:25:39,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
?[30m2021-09-20 13:25:39,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@405056c0)
?[30m2021-09-20 13:25:39,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@319cd57f)
?[30m2021-09-20 13:25:39,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWatchedResource'
?[30m2021-09-20 13:25:39,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWatchedResource)
?[30m2021-09-20 13:25:39,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to ' Add a resource which will be watched for reloading by the host auto deployer.'
?[30m2021-09-20 13:25:39,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description= Add a resource which will be watched for reloading by the host auto deployer.)
?[30m2021-09-20 13:25:39,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:39,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:39,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Path to the resource, either absolute or relative to docBase'
?[30m2021-09-20 13:25:39,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Path to the resource, either absolute or relative to docBase)
?[30m2021-09-20 13:25:39,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@27834345)
?[30m2021-09-20 13:25:39,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5340915d)
?[30m2021-09-20 13:25:39,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWelcomeFile'
?[30m2021-09-20 13:25:39,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWelcomeFile)
?[30m2021-09-20 13:25:39,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new welcome file to the set recognized by this Context.'
?[30m2021-09-20 13:25:39,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new welcome file to the set recognized by this Context.)
?[30m2021-09-20 13:25:39,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:39,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:39,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New welcome file name'
?[30m2021-09-20 13:25:39,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New welcome file name)
?[30m2021-09-20 13:25:39,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@11642ba3)
?[30m2021-09-20 13:25:39,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@468423dd)
?[30m2021-09-20 13:25:39,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWrapperLifecycle'
?[30m2021-09-20 13:25:39,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWrapperLifecycle)
?[30m2021-09-20 13:25:39,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.'
?[30m2021-09-20 13:25:39,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.)
?[30m2021-09-20 13:25:39,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
?[30m2021-09-20 13:25:39,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
?[30m2021-09-20 13:25:39,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a LifecycleListener class'
?[30m2021-09-20 13:25:39,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a LifecycleListener class)
?[30m2021-09-20 13:25:39,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7ba0d923)
?[30m2021-09-20 13:25:39,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2c3d7573)
?[30m2021-09-20 13:25:39,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWrapperListener'
?[30m2021-09-20 13:25:39,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWrapperListener)
?[30m2021-09-20 13:25:39,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.'
?[30m2021-09-20 13:25:39,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.)
?[30m2021-09-20 13:25:39,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
?[30m2021-09-20 13:25:39,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
?[30m2021-09-20 13:25:39,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a ContainerListener class'
?[30m2021-09-20 13:25:39,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a ContainerListener class)
?[30m2021-09-20 13:25:39,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1cb46a64)
?[30m2021-09-20 13:25:39,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7b4938e4)
?[30m2021-09-20 13:25:39,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
?[30m2021-09-20 13:25:39,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
?[30m2021-09-20 13:25:39,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy the context'
?[30m2021-09-20 13:25:39,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy the context)
?[30m2021-09-20 13:25:39,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:39,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:39,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6dd9f6f)
?[30m2021-09-20 13:25:39,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findApplicationListeners'
?[30m2021-09-20 13:25:39,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findApplicationListeners)
?[30m2021-09-20 13:25:39,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of application listener class names configured for this application.'
?[30m2021-09-20 13:25:39,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of application listener class names configured for this application.)
?[30m2021-09-20 13:25:39,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:39,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:39,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:39,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:39,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@410cf42a)
?[30m2021-09-20 13:25:39,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findApplicationParameters'
?[30m2021-09-20 13:25:39,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findApplicationParameters)
?[30m2021-09-20 13:25:39,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of application parameters for this application.'
?[30m2021-09-20 13:25:39,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of application parameters for this application.)
?[30m2021-09-20 13:25:39,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:39,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:39,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:39,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:39,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7e544125)
?[30m2021-09-20 13:25:39,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findConstraints'
?[30m2021-09-20 13:25:39,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findConstraints)
?[30m2021-09-20 13:25:39,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of security constraints for this web application. If there are none, a zero-length array is returned.'
?[30m2021-09-20 13:25:39,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of security constraints for this web application. If there are none, a zero-length array is returned.)
?[30m2021-09-20 13:25:39,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:39,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:39,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:39,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:39,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4ce8d813)
?[30m2021-09-20 13:25:39,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findContainerListenerNames'
?[30m2021-09-20 13:25:39,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findContainerListenerNames)
?[30m2021-09-20 13:25:39,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of container listener class names configured for this application.'
?[30m2021-09-20 13:25:39,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of container listener class names configured for this application.)
?[30m2021-09-20 13:25:39,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:39,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:39,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:39,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:39,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@26a41006)
?[30m2021-09-20 13:25:39,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPage'
?[30m2021-09-20 13:25:39,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPage)
?[30m2021-09-20 13:25:39,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the error page entry for the specified HTTP error code, if any; otherwise return null'
?[30m2021-09-20 13:25:39,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the error page entry for the specified HTTP error code, if any; otherwise return null)
?[30m2021-09-20 13:25:39,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:39,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:39,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'errorCode'
?[30m2021-09-20 13:25:39,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=errorCode)
?[30m2021-09-20 13:25:39,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Error code to look up'
?[30m2021-09-20 13:25:39,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Error code to look up)
?[30m2021-09-20 13:25:39,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:39,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
?[30m2021-09-20 13:25:39,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@af1d5c)
?[30m2021-09-20 13:25:39,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5c2e3905)
?[30m2021-09-20 13:25:39,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPage'
?[30m2021-09-20 13:25:39,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPage)
?[30m2021-09-20 13:25:39,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the error page entry for the specified Java exception type, if any; otherwise return null.'
?[30m2021-09-20 13:25:39,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the error page entry for the specified Java exception type, if any; otherwise return null.)
?[30m2021-09-20 13:25:39,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:39,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:39,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'exceptionType'
?[30m2021-09-20 13:25:39,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=exceptionType)
?[30m2021-09-20 13:25:39,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Exception type to look up'
?[30m2021-09-20 13:25:39,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Exception type to look up)
?[30m2021-09-20 13:25:39,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@560c5ad3)
?[30m2021-09-20 13:25:39,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@502e5434)
?[30m2021-09-20 13:25:39,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPages'
?[30m2021-09-20 13:25:39,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPages)
?[30m2021-09-20 13:25:39,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of defined error pages for all specified error codes and exception types.'
?[30m2021-09-20 13:25:39,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of defined error pages for all specified error codes and exception types.)
?[30m2021-09-20 13:25:39,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:39,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:39,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:39,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:39,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2893e690)
?[30m2021-09-20 13:25:39,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterDef'
?[30m2021-09-20 13:25:39,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterDef)
?[30m2021-09-20 13:25:39,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the filter definition for the specified filter name, if any; otherwise return null.'
?[30m2021-09-20 13:25:39,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the filter definition for the specified filter name, if any; otherwise return null.)
?[30m2021-09-20 13:25:39,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:39,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:39,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'exceptionType'
?[30m2021-09-20 13:25:39,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=exceptionType)
?[30m2021-09-20 13:25:39,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Exception type to look up'
?[30m2021-09-20 13:25:39,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Exception type to look up)
?[30m2021-09-20 13:25:39,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5580496)
?[30m2021-09-20 13:25:39,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@31b60c2c)
?[30m2021-09-20 13:25:39,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterDefs'
?[30m2021-09-20 13:25:39,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterDefs)
?[30m2021-09-20 13:25:39,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of defined filters for this Context.'
?[30m2021-09-20 13:25:39,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of defined filters for this Context.)
?[30m2021-09-20 13:25:39,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:39,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:39,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:39,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:39,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@131b61da)
?[30m2021-09-20 13:25:39,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterMaps'
?[30m2021-09-20 13:25:39,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterMaps)
?[30m2021-09-20 13:25:39,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of filter mappings for this Context.'
?[30m2021-09-20 13:25:39,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of filter mappings for this Context.)
?[30m2021-09-20 13:25:39,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:39,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:39,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:39,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:39,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@248bb24f)
?[30m2021-09-20 13:25:39,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findLifecycleListenerNames'
?[30m2021-09-20 13:25:39,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findLifecycleListenerNames)
?[30m2021-09-20 13:25:39,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of lifecycle listener class names configured for this application.'
?[30m2021-09-20 13:25:39,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of lifecycle listener class names configured for this application.)
?[30m2021-09-20 13:25:39,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:39,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:39,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:39,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:39,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@61b26efc)
?[30m2021-09-20 13:25:39,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMimeMapping'
?[30m2021-09-20 13:25:39,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMimeMapping)
?[30m2021-09-20 13:25:39,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the MIME type to which the specified extension is mapped, if any; otherwise return null.'
?[30m2021-09-20 13:25:39,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the MIME type to which the specified extension is mapped, if any; otherwise return null.)
?[30m2021-09-20 13:25:39,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:39,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:39,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension'
?[30m2021-09-20 13:25:39,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension)
?[30m2021-09-20 13:25:39,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Extension to map to a MIME type'
?[30m2021-09-20 13:25:39,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Extension to map to a MIME type)
?[30m2021-09-20 13:25:39,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6064c98a)
?[30m2021-09-20 13:25:39,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@283971ed)
?[30m2021-09-20 13:25:39,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMimeMappings'
?[30m2021-09-20 13:25:39,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMimeMappings)
?[30m2021-09-20 13:25:39,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the extensions for which MIME mappings are defined.'
?[30m2021-09-20 13:25:39,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the extensions for which MIME mappings are defined.)
?[30m2021-09-20 13:25:39,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:39,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:39,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@51d9b76f)
?[30m2021-09-20 13:25:39,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findParameter'
?[30m2021-09-20 13:25:39,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findParameter)
?[30m2021-09-20 13:25:39,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the value for the specified context initialization parameter name, if any; otherwise return null.'
?[30m2021-09-20 13:25:39,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the value for the specified context initialization parameter name, if any; otherwise return null.)
?[30m2021-09-20 13:25:39,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:39,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:39,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:39,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:39,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the parameter to return'
?[30m2021-09-20 13:25:39,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the parameter to return)
?[30m2021-09-20 13:25:39,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@236ef626)
?[30m2021-09-20 13:25:39,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@65804358)
?[30m2021-09-20 13:25:39,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findParameters'
?[30m2021-09-20 13:25:39,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findParameters)
?[30m2021-09-20 13:25:39,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the names of all defined context initialization parameters for this Context.'
?[30m2021-09-20 13:25:39,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the names of all defined context initialization parameters for this Context.)
?[30m2021-09-20 13:25:39,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:39,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:39,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@655f01c)
?[30m2021-09-20 13:25:39,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:39,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:39,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:39,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:39,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findRoleMapping'
?[30m2021-09-20 13:25:39,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findRoleMapping)
?[30m2021-09-20 13:25:39,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one. Otherwise, return the specified role unchanged.'
?[30m2021-09-20 13:25:39,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one. Otherwise, return the specified role unchanged.)
?[30m2021-09-20 13:25:39,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:39,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:39,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:39,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:39,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:39,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:39,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:39,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
?[30m2021-09-20 13:25:39,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
?[30m2021-09-20 13:25:39,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to map'
?[30m2021-09-20 13:25:39,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to map)
?[30m2021-09-20 13:25:39,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:39,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:39,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:39,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:39,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:39,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:39,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1aab4d76)
?[30m2021-09-20 13:25:39,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:39,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:39,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:39,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:39,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:39,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:39,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:39,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4e2057c3)
?[30m2021-09-20 13:25:40,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityRole'
?[30m2021-09-20 13:25:40,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityRole)
?[30m2021-09-20 13:25:40,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return 'true' if the specified security role is defined for this application; otherwise return 'false'.'
?[30m2021-09-20 13:25:40,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return 'true' if the specified security role is defined for this application; otherwise return 'false'.)
?[30m2021-09-20 13:25:40,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
?[30m2021-09-20 13:25:40,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
?[30m2021-09-20 13:25:40,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
?[30m2021-09-20 13:25:40,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
?[30m2021-09-20 13:25:40,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to verify'
?[30m2021-09-20 13:25:40,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to verify)
?[30m2021-09-20 13:25:40,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@295d47dc)
?[30m2021-09-20 13:25:40,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@a197fb)
?[30m2021-09-20 13:25:40,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityRoles'
?[30m2021-09-20 13:25:40,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityRoles)
?[30m2021-09-20 13:25:40,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the security roles defined for this application.'
?[30m2021-09-20 13:25:40,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the security roles defined for this application.)
?[30m2021-09-20 13:25:40,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:40,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:40,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4021ba64)
?[30m2021-09-20 13:25:40,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findServletMapping'
?[30m2021-09-20 13:25:40,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findServletMapping)
?[30m2021-09-20 13:25:40,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the servlet name mapped by the specified pattern..'
?[30m2021-09-20 13:25:40,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the servlet name mapped by the specified pattern..)
?[30m2021-09-20 13:25:40,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:40,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:40,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
?[30m2021-09-20 13:25:40,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
?[30m2021-09-20 13:25:40,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Pattern for which a mapping is requested'
?[30m2021-09-20 13:25:40,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Pattern for which a mapping is requested)
?[30m2021-09-20 13:25:40,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@cf373ec)
?[30m2021-09-20 13:25:40,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4fd3a609)
?[30m2021-09-20 13:25:40,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findServletMappings'
?[30m2021-09-20 13:25:40,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findServletMappings)
?[30m2021-09-20 13:25:40,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the patterns of all defined servlet mappings for this Context.'
?[30m2021-09-20 13:25:40,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the patterns of all defined servlet mappings for this Context.)
?[30m2021-09-20 13:25:40,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:40,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:40,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4341ee47)
?[30m2021-09-20 13:25:40,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findStatusPage'
?[30m2021-09-20 13:25:40,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findStatusPage)
?[30m2021-09-20 13:25:40,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the context-relative URI of the error page for the specified HTTP status code.'
?[30m2021-09-20 13:25:40,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the context-relative URI of the error page for the specified HTTP status code.)
?[30m2021-09-20 13:25:40,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:40,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:40,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'status'
?[30m2021-09-20 13:25:40,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=status)
?[30m2021-09-20 13:25:40,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'HTTP status code to look up'
?[30m2021-09-20 13:25:40,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=HTTP status code to look up)
?[30m2021-09-20 13:25:40,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:40,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
?[30m2021-09-20 13:25:40,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@e7e8ed1)
?[30m2021-09-20 13:25:40,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7cb02c1)
?[30m2021-09-20 13:25:40,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findStatusPages'
?[30m2021-09-20 13:25:40,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findStatusPages)
?[30m2021-09-20 13:25:40,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of HTTP status codes for which error pages have been specified.'
?[30m2021-09-20 13:25:40,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of HTTP status codes for which error pages have been specified.)
?[30m2021-09-20 13:25:40,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Lint'
?[30m2021-09-20 13:25:40,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Lint)
?[30m2021-09-20 13:25:40,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7db91cef)
?[30m2021-09-20 13:25:40,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWatchedResources'
?[30m2021-09-20 13:25:40,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWatchedResources)
?[30m2021-09-20 13:25:40,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of watched resources for this Context.'
?[30m2021-09-20 13:25:40,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of watched resources for this Context.)
?[30m2021-09-20 13:25:40,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:40,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:40,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4b0de951)
?[30m2021-09-20 13:25:40,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWelcomeFile'
?[30m2021-09-20 13:25:40,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWelcomeFile)
?[30m2021-09-20 13:25:40,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return 'true' if the specified welcome file is defined for this Context; otherwise return 'false'.'
?[30m2021-09-20 13:25:40,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return 'true' if the specified welcome file is defined for this Context; otherwise return 'false'.)
?[30m2021-09-20 13:25:40,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
?[30m2021-09-20 13:25:40,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
?[30m2021-09-20 13:25:40,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:40,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:40,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Welcome file to verify'
?[30m2021-09-20 13:25:40,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Welcome file to verify)
?[30m2021-09-20 13:25:40,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@27246bd8)
?[30m2021-09-20 13:25:40,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7826b8f7)
?[30m2021-09-20 13:25:40,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWelcomeFiles'
?[30m2021-09-20 13:25:40,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWelcomeFiles)
?[30m2021-09-20 13:25:40,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of welcome files defined for this Context.'
?[30m2021-09-20 13:25:40,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of welcome files defined for this Context.)
?[30m2021-09-20 13:25:40,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:40,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:40,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4d4d9d78)
?[30m2021-09-20 13:25:40,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWrapperLifecycles'
?[30m2021-09-20 13:25:40,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWrapperLifecycles)
?[30m2021-09-20 13:25:40,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.'
?[30m2021-09-20 13:25:40,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.)
?[30m2021-09-20 13:25:40,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:40,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:40,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@692ea2e1)
?[30m2021-09-20 13:25:40,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWrapperListeners'
?[30m2021-09-20 13:25:40,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWrapperListeners)
?[30m2021-09-20 13:25:40,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.'
?[30m2021-09-20 13:25:40,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.)
?[30m2021-09-20 13:25:40,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:40,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:40,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6d506eb7)
?[30m2021-09-20 13:25:40,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
?[30m2021-09-20 13:25:40,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
?[30m2021-09-20 13:25:40,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Register the context into the running server'
?[30m2021-09-20 13:25:40,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Register the context into the running server)
?[30m2021-09-20 13:25:40,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@207c92ea)
?[30m2021-09-20 13:25:40,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:40,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:40,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start the context'
?[30m2021-09-20 13:25:40,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start the context)
?[30m2021-09-20 13:25:40,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@17b6dc0)
?[30m2021-09-20 13:25:40,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:40,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:40,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop the context'
?[30m2021-09-20 13:25:40,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop the context)
?[30m2021-09-20 13:25:40,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1ddeeea4)
?[30m2021-09-20 13:25:40,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reload'
?[30m2021-09-20 13:25:40,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reload)
?[30m2021-09-20 13:25:40,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Reload the web application'
?[30m2021-09-20 13:25:40,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Reload the web application)
?[30m2021-09-20 13:25:40,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@73951e7e)
?[30m2021-09-20 13:25:40,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeApplicationListener'
?[30m2021-09-20 13:25:40,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeApplicationListener)
?[30m2021-09-20 13:25:40,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified application listener class from the set of listeners for this application.'
?[30m2021-09-20 13:25:40,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified application listener class from the set of listeners for this application.)
?[30m2021-09-20 13:25:40,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
?[30m2021-09-20 13:25:40,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
?[30m2021-09-20 13:25:40,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of the listener to be removed'
?[30m2021-09-20 13:25:40,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of the listener to be removed)
?[30m2021-09-20 13:25:40,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@37ba3924)
?[30m2021-09-20 13:25:40,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6df5577e)
?[30m2021-09-20 13:25:40,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeApplicationParameter'
?[30m2021-09-20 13:25:40,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeApplicationParameter)
?[30m2021-09-20 13:25:40,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the application parameter with the specified name from the set for this application.'
?[30m2021-09-20 13:25:40,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the application parameter with the specified name from the set for this application.)
?[30m2021-09-20 13:25:40,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:40,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:40,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the application parameter to remove'
?[30m2021-09-20 13:25:40,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the application parameter to remove)
?[30m2021-09-20 13:25:40,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7b42faa)
?[30m2021-09-20 13:25:40,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5c09a7cc)
?[30m2021-09-20 13:25:40,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild'
?[30m2021-09-20 13:25:40,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild)
?[30m2021-09-20 13:25:40,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child from this Context'
?[30m2021-09-20 13:25:40,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child from this Context)
?[30m2021-09-20 13:25:40,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:40,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:40,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed'
?[30m2021-09-20 13:25:40,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed)
?[30m2021-09-20 13:25:40,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3a1cd670)
?[30m2021-09-20 13:25:40,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7d1528ea)
?[30m2021-09-20 13:25:40,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
?[30m2021-09-20 13:25:40,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
?[30m2021-09-20 13:25:40,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Context'
?[30m2021-09-20 13:25:40,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Context)
?[30m2021-09-20 13:25:40,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
?[30m2021-09-20 13:25:40,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
?[30m2021-09-20 13:25:40,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
?[30m2021-09-20 13:25:40,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
?[30m2021-09-20 13:25:40,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5b7a819d)
?[30m2021-09-20 13:25:40,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4adc7af9)
?[30m2021-09-20 13:25:40,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeMimeMapping'
?[30m2021-09-20 13:25:40,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeMimeMapping)
?[30m2021-09-20 13:25:40,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken..'
?[30m2021-09-20 13:25:40,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken..)
?[30m2021-09-20 13:25:40,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension'
?[30m2021-09-20 13:25:40,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension)
?[30m2021-09-20 13:25:40,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Extension to remove the mapping for'
?[30m2021-09-20 13:25:40,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Extension to remove the mapping for)
?[30m2021-09-20 13:25:40,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@162f9a84)
?[30m2021-09-20 13:25:40,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4229a2d3)
?[30m2021-09-20 13:25:40,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeParameter'
?[30m2021-09-20 13:25:40,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeParameter)
?[30m2021-09-20 13:25:40,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.'
?[30m2021-09-20 13:25:40,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.)
?[30m2021-09-20 13:25:40,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:40,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:40,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the parameter to remove'
?[30m2021-09-20 13:25:40,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the parameter to remove)
?[30m2021-09-20 13:25:40,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4dd0a562)
?[30m2021-09-20 13:25:40,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@64f21593)
?[30m2021-09-20 13:25:40,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoleMapping'
?[30m2021-09-20 13:25:40,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoleMapping)
?[30m2021-09-20 13:25:40,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role reference for the specified name'
?[30m2021-09-20 13:25:40,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role reference for the specified name)
?[30m2021-09-20 13:25:40,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
?[30m2021-09-20 13:25:40,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
?[30m2021-09-20 13:25:40,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role (as used in the application) to remove'
?[30m2021-09-20 13:25:40,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role (as used in the application) to remove)
?[30m2021-09-20 13:25:40,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@ee35833)
?[30m2021-09-20 13:25:40,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1534c06)
?[30m2021-09-20 13:25:40,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSecurityRole'
?[30m2021-09-20 13:25:40,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSecurityRole)
?[30m2021-09-20 13:25:40,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role with the specified name.'
?[30m2021-09-20 13:25:40,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role with the specified name.)
?[30m2021-09-20 13:25:40,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
?[30m2021-09-20 13:25:40,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
?[30m2021-09-20 13:25:40,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to remove'
?[30m2021-09-20 13:25:40,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to remove)
?[30m2021-09-20 13:25:40,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@496002fb)
?[30m2021-09-20 13:25:40,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3dcac8c9)
?[30m2021-09-20 13:25:40,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeServletMapping'
?[30m2021-09-20 13:25:40,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeServletMapping)
?[30m2021-09-20 13:25:40,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.'
?[30m2021-09-20 13:25:40,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.)
?[30m2021-09-20 13:25:40,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
?[30m2021-09-20 13:25:40,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
?[30m2021-09-20 13:25:40,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern of the mapping to remove'
?[30m2021-09-20 13:25:40,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern of the mapping to remove)
?[30m2021-09-20 13:25:40,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@297c2d83)
?[30m2021-09-20 13:25:40,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@32d477d6)
?[30m2021-09-20 13:25:40,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
?[30m2021-09-20 13:25:40,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
?[30m2021-09-20 13:25:40,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Context'
?[30m2021-09-20 13:25:40,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Context)
?[30m2021-09-20 13:25:40,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
?[30m2021-09-20 13:25:40,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
?[30m2021-09-20 13:25:40,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
?[30m2021-09-20 13:25:40,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
?[30m2021-09-20 13:25:40,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7b6adcad)
?[30m2021-09-20 13:25:40,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@108dcf89)
?[30m2021-09-20 13:25:40,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWatchedResource'
?[30m2021-09-20 13:25:40,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWatchedResource)
?[30m2021-09-20 13:25:40,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified watched resource name from the list associated with this Context.'
?[30m2021-09-20 13:25:40,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified watched resource name from the list associated with this Context.)
?[30m2021-09-20 13:25:40,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:40,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:40,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the watched resource to be removed'
?[30m2021-09-20 13:25:40,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the watched resource to be removed)
?[30m2021-09-20 13:25:40,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@58d5f82e)
?[30m2021-09-20 13:25:40,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@492e4e25)
?[30m2021-09-20 13:25:40,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWelcomeFile'
?[30m2021-09-20 13:25:40,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWelcomeFile)
?[30m2021-09-20 13:25:40,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified welcome file name from the list recognized by this Context.'
?[30m2021-09-20 13:25:40,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified welcome file name from the list recognized by this Context.)
?[30m2021-09-20 13:25:40,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:40,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:40,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the welcome file to be removed'
?[30m2021-09-20 13:25:40,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the welcome file to be removed)
?[30m2021-09-20 13:25:40,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@640c7c19)
?[30m2021-09-20 13:25:40,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1a031696)
?[30m2021-09-20 13:25:40,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWrapperLifecycle'
?[30m2021-09-20 13:25:40,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWrapperLifecycle)
?[30m2021-09-20 13:25:40,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.'
?[30m2021-09-20 13:25:40,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.)
?[30m2021-09-20 13:25:40,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
?[30m2021-09-20 13:25:40,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
?[30m2021-09-20 13:25:40,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Class name of a LifecycleListener class to be removed'
?[30m2021-09-20 13:25:40,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Class name of a LifecycleListener class to be removed)
?[30m2021-09-20 13:25:40,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6d608970)
?[30m2021-09-20 13:25:40,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5604bd9f)
?[30m2021-09-20 13:25:40,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWrapperListener'
?[30m2021-09-20 13:25:40,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWrapperListener)
?[30m2021-09-20 13:25:40,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.'
?[30m2021-09-20 13:25:40,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.)
?[30m2021-09-20 13:25:40,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
?[30m2021-09-20 13:25:40,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
?[30m2021-09-20 13:25:40,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Class name of a ContainerListener class to be removed'
?[30m2021-09-20 13:25:40,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Class name of a ContainerListener class to be removed)
?[30m2021-09-20 13:25:40,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@516feff2)
?[30m2021-09-20 13:25:40,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@53dae4ef)
?[30m2021-09-20 13:25:40,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:40,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:40,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:40,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:40,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3a98dced)
?[30m2021-09-20 13:25:40,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:40,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:40,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:40,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:40,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@49036664)
?[30m2021-09-20 13:25:40,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:40,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:40,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:40,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:40,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:40,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardContext, className=org.apache.catalina.mbeans.ContextMBean, description=Standard Context Component, group=Context, type=org.apache.catalina.core.StandardContext])
?[30m2021-09-20 13:25:40,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:40,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:40,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:40,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:40,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:40,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:40,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:40,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:40,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardContextValve'
?[30m2021-09-20 13:25:40,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardContextValve)
?[30m2021-09-20 13:25:40,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardContext container implementation'
?[30m2021-09-20 13:25:40,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardContext container implementation)
?[30m2021-09-20 13:25:40,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:40,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:40,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:40,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:40,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardContextValve'
?[30m2021-09-20 13:25:40,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardContextValve)
?[30m2021-09-20 13:25:40,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:40,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:40,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:40,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
?[30m2021-09-20 13:25:40,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
?[30m2021-09-20 13:25:40,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:40,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:40,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:40,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:40,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67bd10c9)
?[30m2021-09-20 13:25:40,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:40,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:40,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:40,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:40,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:40,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:40,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63447d4d)
?[30m2021-09-20 13:25:40,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:40,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:40,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:40,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:40,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:40,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:40,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f47ba7c)
?[30m2021-09-20 13:25:40,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:40,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:40,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:40,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:40,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:40,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardContextValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardContext container implementation, group=Valve, type=org.apache.catalina.core.StandardContextValve])
?[30m2021-09-20 13:25:40,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:40,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:40,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:40,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:40,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:40,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:40,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:40,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:40,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardEngine'
?[30m2021-09-20 13:25:40,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardEngine)
?[30m2021-09-20 13:25:40,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardEngine'
?[30m2021-09-20 13:25:40,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardEngine)
?[30m2021-09-20 13:25:40,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Engine Component'
?[30m2021-09-20 13:25:40,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Engine Component)
?[30m2021-09-20 13:25:40,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:40,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:40,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Engine'
?[30m2021-09-20 13:25:40,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Engine)
?[30m2021-09-20 13:25:40,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean'
?[30m2021-09-20 13:25:40,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean)
?[30m2021-09-20 13:25:40,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:40,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay'
?[30m2021-09-20 13:25:40,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay)
?[30m2021-09-20 13:25:40,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.'
?[30m2021-09-20 13:25:40,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.)
?[30m2021-09-20 13:25:40,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:40,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:40,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4da5cfb6)
?[30m2021-09-20 13:25:40,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'catalinaBase'
?[30m2021-09-20 13:25:40,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=catalinaBase)
?[30m2021-09-20 13:25:40,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Base (instance) directory for this Engine, typically same as catalina.base system property'
?[30m2021-09-20 13:25:40,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Base (instance) directory for this Engine, typically same as catalina.base system property)
?[30m2021-09-20 13:25:40,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4211b593)
?[30m2021-09-20 13:25:40,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultHost'
?[30m2021-09-20 13:25:40,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultHost)
?[30m2021-09-20 13:25:40,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the default Host for this Engine'
?[30m2021-09-20 13:25:40,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the default Host for this Engine)
?[30m2021-09-20 13:25:40,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ff0689)
?[30m2021-09-20 13:25:40,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute'
?[30m2021-09-20 13:25:40,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute)
?[30m2021-09-20 13:25:40,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Route used for load balancing'
?[30m2021-09-20 13:25:40,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Route used for load balancing)
?[30m2021-09-20 13:25:40,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2049c8f0)
?[30m2021-09-20 13:25:40,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
?[30m2021-09-20 13:25:40,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
?[30m2021-09-20 13:25:40,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
?[30m2021-09-20 13:25:40,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
?[30m2021-09-20 13:25:40,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
?[30m2021-09-20 13:25:40,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
?[30m2021-09-20 13:25:40,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@43726b30)
?[30m2021-09-20 13:25:40,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:40,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
?[30m2021-09-20 13:25:40,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Engine'
?[30m2021-09-20 13:25:40,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Engine)
?[30m2021-09-20 13:25:40,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c00e3e0)
?[30m2021-09-20 13:25:40,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm'
?[30m2021-09-20 13:25:40,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm)
?[30m2021-09-20 13:25:40,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.'
?[30m2021-09-20 13:25:40,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.)
?[30m2021-09-20 13:25:40,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm'
?[30m2021-09-20 13:25:40,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm)
?[30m2021-09-20 13:25:40,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@763167a7)
?[30m2021-09-20 13:25:40,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startChildren'
?[30m2021-09-20 13:25:40,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startChildren)
?[30m2021-09-20 13:25:40,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Will children be started automatically when they are added.'
?[30m2021-09-20 13:25:40,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Will children be started automatically when they are added.)
?[30m2021-09-20 13:25:40,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:40,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:40,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@18513fd9)
?[30m2021-09-20 13:25:40,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startStopThreads'
?[30m2021-09-20 13:25:40,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startStopThreads)
?[30m2021-09-20 13:25:40,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of threads to use when starting and stopping child Hosts'
?[30m2021-09-20 13:25:40,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of threads to use when starting and stopping child Hosts)
?[30m2021-09-20 13:25:40,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:40,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:40,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@482aec08)
?[30m2021-09-20 13:25:40,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:40,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:40,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:40,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:40,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:40,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:40,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@433e090e)
?[30m2021-09-20 13:25:40,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild'
?[30m2021-09-20 13:25:40,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild)
?[30m2021-09-20 13:25:40,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a virtual host'
?[30m2021-09-20 13:25:40,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a virtual host)
?[30m2021-09-20 13:25:40,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:40,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
?[30m2021-09-20 13:25:40,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added'
?[30m2021-09-20 13:25:40,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added)
?[30m2021-09-20 13:25:40,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3e4f4291)
?[30m2021-09-20 13:25:40,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:40,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:40,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added'
?[30m2021-09-20 13:25:40,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added)
?[30m2021-09-20 13:25:40,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2ff10d76)
?[30m2021-09-20 13:25:40,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3024fe2c)
?[30m2021-09-20 13:25:40,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
?[30m2021-09-20 13:25:40,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
?[30m2021-09-20 13:25:40,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Engine'
?[30m2021-09-20 13:25:40,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Engine)
?[30m2021-09-20 13:25:40,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:40,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
?[30m2021-09-20 13:25:40,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
?[30m2021-09-20 13:25:40,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
?[30m2021-09-20 13:25:40,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@361f75f)
?[30m2021-09-20 13:25:40,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@47fe6668)
?[30m2021-09-20 13:25:40,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
?[30m2021-09-20 13:25:40,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
?[30m2021-09-20 13:25:40,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Engine'
?[30m2021-09-20 13:25:40,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Engine)
?[30m2021-09-20 13:25:40,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:40,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:40,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
?[30m2021-09-20 13:25:40,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
?[30m2021-09-20 13:25:40,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
?[30m2021-09-20 13:25:40,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
?[30m2021-09-20 13:25:40,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6043595c)
?[30m2021-09-20 13:25:40,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@77810ee6)
?[30m2021-09-20 13:25:40,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
?[30m2021-09-20 13:25:40,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
?[30m2021-09-20 13:25:40,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
?[30m2021-09-20 13:25:40,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
?[30m2021-09-20 13:25:40,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7b56c446)
?[30m2021-09-20 13:25:40,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
?[30m2021-09-20 13:25:40,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
?[30m2021-09-20 13:25:40,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
?[30m2021-09-20 13:25:40,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
?[30m2021-09-20 13:25:40,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4faf3062)
?[30m2021-09-20 13:25:40,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild'
?[30m2021-09-20 13:25:40,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild)
?[30m2021-09-20 13:25:40,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child(Host) from this Engine'
?[30m2021-09-20 13:25:40,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child(Host) from this Engine)
?[30m2021-09-20 13:25:40,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:40,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:40,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed'
?[30m2021-09-20 13:25:40,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed)
?[30m2021-09-20 13:25:40,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@35dc1972)
?[30m2021-09-20 13:25:40,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4ad5d711)
?[30m2021-09-20 13:25:40,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
?[30m2021-09-20 13:25:40,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
?[30m2021-09-20 13:25:40,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Engine'
?[30m2021-09-20 13:25:40,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Engine)
?[30m2021-09-20 13:25:40,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
?[30m2021-09-20 13:25:40,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
?[30m2021-09-20 13:25:40,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
?[30m2021-09-20 13:25:40,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
?[30m2021-09-20 13:25:40,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7ec4ef9)
?[30m2021-09-20 13:25:40,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@31765246)
?[30m2021-09-20 13:25:40,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
?[30m2021-09-20 13:25:40,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
?[30m2021-09-20 13:25:40,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Engine'
?[30m2021-09-20 13:25:40,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Engine)
?[30m2021-09-20 13:25:40,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
?[30m2021-09-20 13:25:40,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
?[30m2021-09-20 13:25:40,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
?[30m2021-09-20 13:25:40,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
?[30m2021-09-20 13:25:40,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@64b4ca93)
?[30m2021-09-20 13:25:40,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@bde44b)
?[30m2021-09-20 13:25:40,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:40,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:40,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:40,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:40,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,744?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker?[0;39m: Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$929f0e58] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
?[30m2021-09-20 13:25:40,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@65c3e923)
?[30m2021-09-20 13:25:40,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:40,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:40,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:40,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:40,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@66a463bf)
?[30m2021-09-20 13:25:40,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:40,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:40,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:40,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:40,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:40,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardEngine, className=org.apache.catalina.mbeans.ContainerMBean, description=Standard Engine Component, group=Engine, type=org.apache.catalina.core.StandardEngine])
?[30m2021-09-20 13:25:40,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:40,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:40,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:40,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:40,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:40,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:40,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:40,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:40,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardEngineValve'
?[30m2021-09-20 13:25:40,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardEngineValve)
?[30m2021-09-20 13:25:40,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardEngine container implementation'
?[30m2021-09-20 13:25:40,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardEngine container implementation)
?[30m2021-09-20 13:25:40,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:40,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:40,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:40,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:40,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardEngineValve'
?[30m2021-09-20 13:25:40,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardEngineValve)
?[30m2021-09-20 13:25:40,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:40,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:40,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:40,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
?[30m2021-09-20 13:25:40,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
?[30m2021-09-20 13:25:40,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:40,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:40,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:40,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:40,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2406cdaa)
?[30m2021-09-20 13:25:40,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:40,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:40,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:40,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:40,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:40,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:40,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4bf6fadd)
?[30m2021-09-20 13:25:40,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:40,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:40,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:40,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:40,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:40,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:40,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31069871)
?[30m2021-09-20 13:25:40,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:40,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:40,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:40,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:40,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:40,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardEngineValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardEngine container implementation, group=Valve, type=org.apache.catalina.core.StandardEngineValve])
?[30m2021-09-20 13:25:40,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:40,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:40,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:40,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:40,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:40,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:40,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:40,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:40,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardHost'
?[30m2021-09-20 13:25:40,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardHost)
?[30m2021-09-20 13:25:40,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Host Component'
?[30m2021-09-20 13:25:40,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Host Component)
?[30m2021-09-20 13:25:40,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:40,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:40,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Host'
?[30m2021-09-20 13:25:40,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Host)
?[30m2021-09-20 13:25:40,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardHost'
?[30m2021-09-20 13:25:40,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardHost)
?[30m2021-09-20 13:25:40,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean'
?[30m2021-09-20 13:25:40,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean)
?[30m2021-09-20 13:25:40,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:40,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'aliases'
?[30m2021-09-20 13:25:40,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=aliases)
?[30m2021-09-20 13:25:40,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Host aliases'
?[30m2021-09-20 13:25:40,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Host aliases)
?[30m2021-09-20 13:25:40,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:40,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:40,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@747aac75)
?[30m2021-09-20 13:25:40,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'appBase'
?[30m2021-09-20 13:25:40,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=appBase)
?[30m2021-09-20 13:25:40,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The application root for this Host'
?[30m2021-09-20 13:25:40,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The application root for this Host)
?[30m2021-09-20 13:25:40,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@668354cd)
?[30m2021-09-20 13:25:40,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'autoDeploy'
?[30m2021-09-20 13:25:40,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=autoDeploy)
?[30m2021-09-20 13:25:40,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The auto deploy flag for this Host'
?[30m2021-09-20 13:25:40,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The auto deploy flag for this Host)
?[30m2021-09-20 13:25:40,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:40,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:40,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1adf7ad2)
?[30m2021-09-20 13:25:40,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay'
?[30m2021-09-20 13:25:40,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay)
?[30m2021-09-20 13:25:40,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.'
?[30m2021-09-20 13:25:40,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.)
?[30m2021-09-20 13:25:40,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:40,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:40,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f9fbce8)
?[30m2021-09-20 13:25:40,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'children'
?[30m2021-09-20 13:25:40,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=children)
?[30m2021-09-20 13:25:40,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all children'
?[30m2021-09-20 13:25:40,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all children)
?[30m2021-09-20 13:25:40,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
?[30m2021-09-20 13:25:40,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
?[30m2021-09-20 13:25:40,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e27a26a)
?[30m2021-09-20 13:25:40,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configClass'
?[30m2021-09-20 13:25:40,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configClass)
?[30m2021-09-20 13:25:40,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The configuration class for contexts'
?[30m2021-09-20 13:25:40,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The configuration class for contexts)
?[30m2021-09-20 13:25:40,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42feac5f)
?[30m2021-09-20 13:25:40,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextClass'
?[30m2021-09-20 13:25:40,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextClass)
?[30m2021-09-20 13:25:40,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the default Context implementation class for deployed web applications.'
?[30m2021-09-20 13:25:40,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the default Context implementation class for deployed web applications.)
?[30m2021-09-20 13:25:40,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,828?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker?[0;39m: Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$121f5b8a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
?[30m2021-09-20 13:25:40,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:40,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:40,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@23964738)
?[30m2021-09-20 13:25:40,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'copyXML'
?[30m2021-09-20 13:25:40,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=copyXML)
?[30m2021-09-20 13:25:40,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?'
?[30m2021-09-20 13:25:40,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?)
?[30m2021-09-20 13:25:40,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:40,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:40,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:40,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:40,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@410cc75e)
?[30m2021-09-20 13:25:40,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'createDirs'
?[30m2021-09-20 13:25:40,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=createDirs)
?[30m2021-09-20 13:25:40,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we create directories upon startup for appBase and xmlBase? '
?[30m2021-09-20 13:25:40,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we create directories upon startup for appBase and xmlBase? )
?[30m2021-09-20 13:25:40,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:40,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:40,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42bb19e7)
?[30m2021-09-20 13:25:40,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployIgnore'
?[30m2021-09-20 13:25:40,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployIgnore)
?[30m2021-09-20 13:25:40,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Paths within appBase ignored for automatic deployment'
?[30m2021-09-20 13:25:40,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Paths within appBase ignored for automatic deployment)
?[30m2021-09-20 13:25:40,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7590d9bb)
?[30m2021-09-20 13:25:40,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployOnStartup'
?[30m2021-09-20 13:25:40,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployOnStartup)
?[30m2021-09-20 13:25:40,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deploy on startup flag for this Host'
?[30m2021-09-20 13:25:40,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deploy on startup flag for this Host)
?[30m2021-09-20 13:25:40,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:40,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:40,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64aeefb6)
?[30m2021-09-20 13:25:40,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployXML'
?[30m2021-09-20 13:25:40,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployXML)
?[30m2021-09-20 13:25:40,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'deploy Context XML config files property'
?[30m2021-09-20 13:25:40,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=deploy Context XML config files property)
?[30m2021-09-20 13:25:40,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:40,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:40,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:40,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:40,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@433fe24a)
?[30m2021-09-20 13:25:40,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorReportValveClass'
?[30m2021-09-20 13:25:40,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorReportValveClass)
?[30m2021-09-20 13:25:40,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the default error reporter implementation class for deployed web applications.'
?[30m2021-09-20 13:25:40,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the default error reporter implementation class for deployed web applications.)
?[30m2021-09-20 13:25:40,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:40,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:40,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59d1afeb)
?[30m2021-09-20 13:25:40,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
?[30m2021-09-20 13:25:40,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
?[30m2021-09-20 13:25:40,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
?[30m2021-09-20 13:25:40,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
?[30m2021-09-20 13:25:40,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
?[30m2021-09-20 13:25:40,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
?[30m2021-09-20 13:25:40,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2afff86b)
?[30m2021-09-20 13:25:40,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:40,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
?[30m2021-09-20 13:25:40,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Host'
?[30m2021-09-20 13:25:40,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Host)
?[30m2021-09-20 13:25:40,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@393f71dd)
?[30m2021-09-20 13:25:40,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm'
?[30m2021-09-20 13:25:40,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm)
?[30m2021-09-20 13:25:40,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.'
?[30m2021-09-20 13:25:40,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.)
?[30m2021-09-20 13:25:40,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm'
?[30m2021-09-20 13:25:40,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm)
?[30m2021-09-20 13:25:40,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52ee902)
?[30m2021-09-20 13:25:40,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startChildren'
?[30m2021-09-20 13:25:40,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startChildren)
?[30m2021-09-20 13:25:40,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Will children be started automatically when they are added?'
?[30m2021-09-20 13:25:40,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Will children be started automatically when they are added?)
?[30m2021-09-20 13:25:40,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:40,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:40,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5154b0bb)
?[30m2021-09-20 13:25:40,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startStopThreads'
?[30m2021-09-20 13:25:40,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startStopThreads)
?[30m2021-09-20 13:25:40,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of threads to use when starting, stopping and deploying child Contexts'
?[30m2021-09-20 13:25:40,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of threads to use when starting, stopping and deploying child Contexts)
?[30m2021-09-20 13:25:40,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:40,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:40,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4bd365a)
?[30m2021-09-20 13:25:40,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:40,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:40,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:40,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:40,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:40,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:40,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@46ce1e89)
?[30m2021-09-20 13:25:40,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'undeployOldVersions'
?[30m2021-09-20 13:25:40,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=undeployOldVersions)
?[30m2021-09-20 13:25:40,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.'
?[30m2021-09-20 13:25:40,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.)
?[30m2021-09-20 13:25:40,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:40,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:40,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@34da99ab)
?[30m2021-09-20 13:25:40,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWARs'
?[30m2021-09-20 13:25:40,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWARs)
?[30m2021-09-20 13:25:40,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unpack WARs property'
?[30m2021-09-20 13:25:40,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unpack WARs property)
?[30m2021-09-20 13:25:40,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:40,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:40,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:40,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:40,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@407f36e3)
?[30m2021-09-20 13:25:40,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'valveNames'
?[30m2021-09-20 13:25:40,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=valveNames)
?[30m2021-09-20 13:25:40,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Return the MBean Names of the Valves associated with this Host'
?[30m2021-09-20 13:25:40,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Return the MBean Names of the Valves associated with this Host)
?[30m2021-09-20 13:25:40,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:40,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:40,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2d9dc750)
?[30m2021-09-20 13:25:40,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'workDir'
?[30m2021-09-20 13:25:40,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=workDir)
?[30m2021-09-20 13:25:40,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Work Directory base for applications'
?[30m2021-09-20 13:25:40,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Work Directory base for applications)
?[30m2021-09-20 13:25:40,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b11ae3c)
?[30m2021-09-20 13:25:40,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:40,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:40,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlBase'
?[30m2021-09-20 13:25:40,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlBase)
?[30m2021-09-20 13:25:40,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The XML root for this Host.'
?[30m2021-09-20 13:25:40,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The XML root for this Host.)
?[30m2021-09-20 13:25:40,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:40,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:40,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:40,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b666b34)
?[30m2021-09-20 13:25:40,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:40,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:40,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addAlias'
?[30m2021-09-20 13:25:40,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addAlias)
?[30m2021-09-20 13:25:40,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add an alias name that should be mapped to this Host'
?[30m2021-09-20 13:25:40,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add an alias name that should be mapped to this Host)
?[30m2021-09-20 13:25:40,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'alias'
?[30m2021-09-20 13:25:40,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=alias)
?[30m2021-09-20 13:25:40,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The alias to be added'
?[30m2021-09-20 13:25:40,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The alias to be added)
?[30m2021-09-20 13:25:40,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@42979295)
?[30m2021-09-20 13:25:40,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1f36ad0)
?[30m2021-09-20 13:25:40,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild'
?[30m2021-09-20 13:25:40,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild)
?[30m2021-09-20 13:25:40,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a child(Context) to this Host'
?[30m2021-09-20 13:25:40,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a child(Context) to this Host)
?[30m2021-09-20 13:25:40,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:40,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
?[30m2021-09-20 13:25:40,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added'
?[30m2021-09-20 13:25:40,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added)
?[30m2021-09-20 13:25:40,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1785449c)
?[30m2021-09-20 13:25:40,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:40,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:40,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added'
?[30m2021-09-20 13:25:40,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added)
?[30m2021-09-20 13:25:40,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5f72b293)
?[30m2021-09-20 13:25:40,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@210f90d2)
?[30m2021-09-20 13:25:40,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
?[30m2021-09-20 13:25:40,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
?[30m2021-09-20 13:25:40,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Host'
?[30m2021-09-20 13:25:40,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Host)
?[30m2021-09-20 13:25:40,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:40,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
?[30m2021-09-20 13:25:40,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
?[30m2021-09-20 13:25:40,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
?[30m2021-09-20 13:25:40,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3b30cbc9)
?[30m2021-09-20 13:25:40,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6acc997)
?[30m2021-09-20 13:25:40,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
?[30m2021-09-20 13:25:40,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
?[30m2021-09-20 13:25:40,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Host'
?[30m2021-09-20 13:25:40,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Host)
?[30m2021-09-20 13:25:40,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:40,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:40,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:40,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:40,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
?[30m2021-09-20 13:25:40,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
?[30m2021-09-20 13:25:40,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
?[30m2021-09-20 13:25:40,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
?[30m2021-09-20 13:25:40,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:40,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:40,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:40,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:40,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:40,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4c0005fb)
?[30m2021-09-20 13:25:40,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:40,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:40,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:40,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@115485a9)
?[30m2021-09-20 13:25:40,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:40,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:40,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:40,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:40,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:40,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
?[30m2021-09-20 13:25:40,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
?[30m2021-09-20 13:25:40,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
?[30m2021-09-20 13:25:40,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
?[30m2021-09-20 13:25:40,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:40,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:40,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:40,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:40,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:40,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:40,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:40,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:40,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:40,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2c877ac9)
?[30m2021-09-20 13:25:41,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findAliases'
?[30m2021-09-20 13:25:41,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findAliases)
?[30m2021-09-20 13:25:41,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of alias names for this Host'
?[30m2021-09-20 13:25:41,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of alias names for this Host)
?[30m2021-09-20 13:25:41,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:41,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:41,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4c07eebf)
?[30m2021-09-20 13:25:41,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findReloadedContextMemoryLeaks'
?[30m2021-09-20 13:25:41,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findReloadedContextMemoryLeaks)
?[30m2021-09-20 13:25:41,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Provide a list of contexts that have leaked memory on reload. This will attempt to force a full garbage collection. Use with extreme caution on production systems.'
?[30m2021-09-20 13:25:41,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Provide a list of contexts that have leaked memory on reload. This will attempt to force a full garbage collection. Use with extreme caution on production systems.)
?[30m2021-09-20 13:25:41,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@641519)
?[30m2021-09-20 13:25:41,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
?[30m2021-09-20 13:25:41,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
?[30m2021-09-20 13:25:41,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
?[30m2021-09-20 13:25:41,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
?[30m2021-09-20 13:25:41,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3528a171)
?[30m2021-09-20 13:25:41,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeAlias'
?[30m2021-09-20 13:25:41,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeAlias)
?[30m2021-09-20 13:25:41,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified alias name from the aliases for this Host'
?[30m2021-09-20 13:25:41,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified alias name from the aliases for this Host)
?[30m2021-09-20 13:25:41,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'alias'
?[30m2021-09-20 13:25:41,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=alias)
?[30m2021-09-20 13:25:41,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Alias name to be removed'
?[30m2021-09-20 13:25:41,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Alias name to be removed)
?[30m2021-09-20 13:25:41,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@226ec42f)
?[30m2021-09-20 13:25:41,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@516fa4cb)
?[30m2021-09-20 13:25:41,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild'
?[30m2021-09-20 13:25:41,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild)
?[30m2021-09-20 13:25:41,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child(Context) from this Host'
?[30m2021-09-20 13:25:41,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child(Context) from this Host)
?[30m2021-09-20 13:25:41,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:41,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:41,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed'
?[30m2021-09-20 13:25:41,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed)
?[30m2021-09-20 13:25:41,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7183bf22)
?[30m2021-09-20 13:25:41,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1d0bb4a)
?[30m2021-09-20 13:25:41,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
?[30m2021-09-20 13:25:41,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
?[30m2021-09-20 13:25:41,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Host'
?[30m2021-09-20 13:25:41,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Host)
?[30m2021-09-20 13:25:41,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
?[30m2021-09-20 13:25:41,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
?[30m2021-09-20 13:25:41,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
?[30m2021-09-20 13:25:41,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
?[30m2021-09-20 13:25:41,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@55cb48e3)
?[30m2021-09-20 13:25:41,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@79aef76d)
?[30m2021-09-20 13:25:41,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
?[30m2021-09-20 13:25:41,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
?[30m2021-09-20 13:25:41,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Host'
?[30m2021-09-20 13:25:41,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Host)
?[30m2021-09-20 13:25:41,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
?[30m2021-09-20 13:25:41,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
?[30m2021-09-20 13:25:41,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
?[30m2021-09-20 13:25:41,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
?[30m2021-09-20 13:25:41,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@15b82dd5)
?[30m2021-09-20 13:25:41,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1136cec3)
?[30m2021-09-20 13:25:41,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:41,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:41,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:41,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:41,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1eb50056)
?[30m2021-09-20 13:25:41,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:41,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:41,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:41,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:41,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@10ae9972)
?[30m2021-09-20 13:25:41,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:41,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardHost, className=org.apache.catalina.mbeans.ContainerMBean, description=Standard Host Component, group=Host, type=org.apache.catalina.core.StandardHost])
?[30m2021-09-20 13:25:41,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:41,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:41,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:41,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardHostValve'
?[30m2021-09-20 13:25:41,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardHostValve)
?[30m2021-09-20 13:25:41,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardHost container implementation'
?[30m2021-09-20 13:25:41,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardHost container implementation)
?[30m2021-09-20 13:25:41,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:41,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:41,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:41,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:41,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardHostValve'
?[30m2021-09-20 13:25:41,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardHostValve)
?[30m2021-09-20 13:25:41,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:41,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:41,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
?[30m2021-09-20 13:25:41,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
?[30m2021-09-20 13:25:41,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:41,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:41,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:41,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:41,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44acd837)
?[30m2021-09-20 13:25:41,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:41,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:41,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:41,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:41,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63cb46b7)
?[30m2021-09-20 13:25:41,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:41,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:41,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:41,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:41,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@554a4d28)
?[30m2021-09-20 13:25:41,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:41,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardHostValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardHost container implementation, group=Valve, type=org.apache.catalina.core.StandardHostValve])
?[30m2021-09-20 13:25:41,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:41,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:41,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:41,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardServer'
?[30m2021-09-20 13:25:41,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardServer)
?[30m2021-09-20 13:25:41,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Server Component'
?[30m2021-09-20 13:25:41,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Server Component)
?[30m2021-09-20 13:25:41,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:41,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:41,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Server'
?[30m2021-09-20 13:25:41,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Server)
?[30m2021-09-20 13:25:41,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardServer'
?[30m2021-09-20 13:25:41,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardServer)
?[30m2021-09-20 13:25:41,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'address'
?[30m2021-09-20 13:25:41,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=address)
?[30m2021-09-20 13:25:41,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The address on which we wait for shutdown commands.'
?[30m2021-09-20 13:25:41,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The address on which we wait for shutdown commands.)
?[30m2021-09-20 13:25:41,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77a9fbca)
?[30m2021-09-20 13:25:41,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
?[30m2021-09-20 13:25:41,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
?[30m2021-09-20 13:25:41,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
?[30m2021-09-20 13:25:41,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
?[30m2021-09-20 13:25:41,126?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean?[0;39m: Building JPA container EntityManagerFactory for persistence unit 'default'
?[30m2021-09-20 13:25:41,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
?[30m2021-09-20 13:25:41,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
?[30m2021-09-20 13:25:41,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@444cf9d8)
?[30m2021-09-20 13:25:41,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
?[30m2021-09-20 13:25:41,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
?[30m2021-09-20 13:25:41,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'TCP port for shutdown messages'
?[30m2021-09-20 13:25:41,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=TCP port for shutdown messages)
?[30m2021-09-20 13:25:41,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51704188)
?[30m2021-09-20 13:25:41,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverInfo'
?[30m2021-09-20 13:25:41,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverInfo)
?[30m2021-09-20 13:25:41,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server release identifier'
?[30m2021-09-20 13:25:41,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server release identifier)
?[30m2021-09-20 13:25:41,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4fee50c0)
?[30m2021-09-20 13:25:41,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverBuilt'
?[30m2021-09-20 13:25:41,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverBuilt)
?[30m2021-09-20 13:25:41,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server built timestamp'
?[30m2021-09-20 13:25:41,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server built timestamp)
?[30m2021-09-20 13:25:41,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7721855c)
?[30m2021-09-20 13:25:41,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverNumber'
?[30m2021-09-20 13:25:41,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverNumber)
?[30m2021-09-20 13:25:41,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server's version number'
?[30m2021-09-20 13:25:41,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server's version number)
?[30m2021-09-20 13:25:41,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@54802059)
?[30m2021-09-20 13:25:41,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serviceNames'
?[30m2021-09-20 13:25:41,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serviceNames)
?[30m2021-09-20 13:25:41,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all services we know about'
?[30m2021-09-20 13:25:41,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all services we know about)
?[30m2021-09-20 13:25:41,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
?[30m2021-09-20 13:25:41,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
?[30m2021-09-20 13:25:41,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7af4740)
?[30m2021-09-20 13:25:41,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'shutdown'
?[30m2021-09-20 13:25:41,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=shutdown)
?[30m2021-09-20 13:25:41,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Shutdown password'
?[30m2021-09-20 13:25:41,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Shutdown password)
?[30m2021-09-20 13:25:41,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3afa6f25)
?[30m2021-09-20 13:25:41,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:41,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:41,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:41,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:41,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@410a1643)
?[30m2021-09-20 13:25:41,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,173?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.hibernate.jpa.internal.util.LogHelper?[0;39m: HHH000204: Processing PersistenceUnitInfo [
name: default
...]
?[30m2021-09-20 13:25:41,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'await'
?[30m2021-09-20 13:25:41,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=await)
?[30m2021-09-20 13:25:41,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Wait for the shutdown message'
?[30m2021-09-20 13:25:41,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Wait for the shutdown message)
?[30m2021-09-20 13:25:41,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@145d74d3)
?[30m2021-09-20 13:25:41,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'storeConfig'
?[30m2021-09-20 13:25:41,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=storeConfig)
?[30m2021-09-20 13:25:41,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Save current state to server.xml file'
?[30m2021-09-20 13:25:41,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Save current state to server.xml file)
?[30m2021-09-20 13:25:41,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6935b45f)
?[30m2021-09-20 13:25:41,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:41,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardServer, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard Server Component, group=Server, type=org.apache.catalina.core.StandardServer])
?[30m2021-09-20 13:25:41,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:41,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:41,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:41,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardService'
?[30m2021-09-20 13:25:41,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardService)
?[30m2021-09-20 13:25:41,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Service Component'
?[30m2021-09-20 13:25:41,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Service Component)
?[30m2021-09-20 13:25:41,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:41,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:41,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Service'
?[30m2021-09-20 13:25:41,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Service)
?[30m2021-09-20 13:25:41,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardService'
?[30m2021-09-20 13:25:41,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardService)
?[30m2021-09-20 13:25:41,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ServiceMBean'
?[30m2021-09-20 13:25:41,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ServiceMBean)
?[30m2021-09-20 13:25:41,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectorNames'
?[30m2021-09-20 13:25:41,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectorNames)
?[30m2021-09-20 13:25:41,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'ObjectNames of the connectors'
?[30m2021-09-20 13:25:41,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=ObjectNames of the connectors)
?[30m2021-09-20 13:25:41,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
?[30m2021-09-20 13:25:41,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
?[30m2021-09-20 13:25:41,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6ef2de5c)
?[30m2021-09-20 13:25:41,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
?[30m2021-09-20 13:25:41,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
?[30m2021-09-20 13:25:41,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
?[30m2021-09-20 13:25:41,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
?[30m2021-09-20 13:25:41,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
?[30m2021-09-20 13:25:41,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
?[30m2021-09-20 13:25:41,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2aa10891)
?[30m2021-09-20 13:25:41,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:41,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
?[30m2021-09-20 13:25:41,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Service'
?[30m2021-09-20 13:25:41,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Service)
?[30m2021-09-20 13:25:41,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@516d8f7b)
?[30m2021-09-20 13:25:41,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:41,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:41,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:41,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:41,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76e60ab8)
?[30m2021-09-20 13:25:41,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addConnector'
?[30m2021-09-20 13:25:41,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addConnector)
?[30m2021-09-20 13:25:41,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new connector'
?[30m2021-09-20 13:25:41,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new connector)
?[30m2021-09-20 13:25:41,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
?[30m2021-09-20 13:25:41,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
?[30m2021-09-20 13:25:41,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
?[30m2021-09-20 13:25:41,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
?[30m2021-09-20 13:25:41,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@e1e2a06)
?[30m2021-09-20 13:25:41,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
?[30m2021-09-20 13:25:41,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
?[30m2021-09-20 13:25:41,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
?[30m2021-09-20 13:25:41,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
?[30m2021-09-20 13:25:41,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
?[30m2021-09-20 13:25:41,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2c594ed4)
?[30m2021-09-20 13:25:41,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'isAjp'
?[30m2021-09-20 13:25:41,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=isAjp)
?[30m2021-09-20 13:25:41,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Create a AJP/1.3 Connector'
?[30m2021-09-20 13:25:41,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Create a AJP/1.3 Connector)
?[30m2021-09-20 13:25:41,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:41,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
?[30m2021-09-20 13:25:41,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@11721a73)
?[30m2021-09-20 13:25:41,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'isSSL'
?[30m2021-09-20 13:25:41,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=isSSL)
?[30m2021-09-20 13:25:41,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Create a secure Connector'
?[30m2021-09-20 13:25:41,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Create a secure Connector)
?[30m2021-09-20 13:25:41,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:41,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
?[30m2021-09-20 13:25:41,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5707712f)
?[30m2021-09-20 13:25:41,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@28b62fd3)
?[30m2021-09-20 13:25:41,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addExecutor'
?[30m2021-09-20 13:25:41,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addExecutor)
?[30m2021-09-20 13:25:41,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Adds a named executor to the service'
?[30m2021-09-20 13:25:41,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Adds a named executor to the service)
?[30m2021-09-20 13:25:41,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:41,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
?[30m2021-09-20 13:25:41,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Classname of the Executor to be added'
?[30m2021-09-20 13:25:41,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Classname of the Executor to be added)
?[30m2021-09-20 13:25:41,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4efffbff)
?[30m2021-09-20 13:25:41,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4f5fc1d1)
?[30m2021-09-20 13:25:41,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findConnectors'
?[30m2021-09-20 13:25:41,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findConnectors)
?[30m2021-09-20 13:25:41,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Find and return the set of Connectors associated with this Service'
?[30m2021-09-20 13:25:41,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Find and return the set of Connectors associated with this Service)
?[30m2021-09-20 13:25:41,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@23bd5f1c)
?[30m2021-09-20 13:25:41,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findExecutors'
?[30m2021-09-20 13:25:41,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findExecutors)
?[30m2021-09-20 13:25:41,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Retrieves all executors'
?[30m2021-09-20 13:25:41,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Retrieves all executors)
?[30m2021-09-20 13:25:41,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3a6c340f)
?[30m2021-09-20 13:25:41,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getExecutor'
?[30m2021-09-20 13:25:41,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getExecutor)
?[30m2021-09-20 13:25:41,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Retrieves executor by name'
?[30m2021-09-20 13:25:41,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Retrieves executor by name)
?[30m2021-09-20 13:25:41,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:41,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:41,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:41,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:41,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the executor to be retrieved'
?[30m2021-09-20 13:25:41,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the executor to be retrieved)
?[30m2021-09-20 13:25:41,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@b7d00be)
?[30m2021-09-20 13:25:41,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3a1d0949)
?[30m2021-09-20 13:25:41,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:41,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:41,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:41,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:41,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7311e4a9)
?[30m2021-09-20 13:25:41,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:41,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:41,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:41,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:41,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@28067a88)
?[30m2021-09-20 13:25:41,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:41,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardService, className=org.apache.catalina.mbeans.ServiceMBean, description=Standard Service Component, group=Service, type=org.apache.catalina.core.StandardService])
?[30m2021-09-20 13:25:41,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:41,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:41,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:41,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardThreadExecutor'
?[30m2021-09-20 13:25:41,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardThreadExecutor)
?[30m2021-09-20 13:25:41,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard implementation of a thread pool'
?[30m2021-09-20 13:25:41,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard implementation of a thread pool)
?[30m2021-09-20 13:25:41,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:41,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:41,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Executor'
?[30m2021-09-20 13:25:41,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Executor)
?[30m2021-09-20 13:25:41,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardThreadExecutor'
?[30m2021-09-20 13:25:41,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardThreadExecutor)
?[30m2021-09-20 13:25:41,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeCount'
?[30m2021-09-20 13:25:41,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeCount)
?[30m2021-09-20 13:25:41,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of threads currently processing a task'
?[30m2021-09-20 13:25:41,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of threads currently processing a task)
?[30m2021-09-20 13:25:41,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b1df7c6)
?[30m2021-09-20 13:25:41,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'completedTaskCount'
?[30m2021-09-20 13:25:41,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=completedTaskCount)
?[30m2021-09-20 13:25:41,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of tasks completed by the executor'
?[30m2021-09-20 13:25:41,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of tasks completed by the executor)
?[30m2021-09-20 13:25:41,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1918e8ad)
?[30m2021-09-20 13:25:41,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'corePoolSize'
?[30m2021-09-20 13:25:41,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=corePoolSize)
?[30m2021-09-20 13:25:41,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Core size of the thread pool'
?[30m2021-09-20 13:25:41,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Core size of the thread pool)
?[30m2021-09-20 13:25:41,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6550738b)
?[30m2021-09-20 13:25:41,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'daemon'
?[30m2021-09-20 13:25:41,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=daemon)
?[30m2021-09-20 13:25:41,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Run threads in daemon or non-daemon state?'
?[30m2021-09-20 13:25:41,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Run threads in daemon or non-daemon state?)
?[30m2021-09-20 13:25:41,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:41,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:41,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:41,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:41,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e999793)
?[30m2021-09-20 13:25:41,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'largestPoolSize'
?[30m2021-09-20 13:25:41,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=largestPoolSize)
?[30m2021-09-20 13:25:41,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Peak number of threads'
?[30m2021-09-20 13:25:41,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Peak number of threads)
?[30m2021-09-20 13:25:41,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a9efc41)
?[30m2021-09-20 13:25:41,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleTime'
?[30m2021-09-20 13:25:41,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleTime)
?[30m2021-09-20 13:25:41,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Max number of milliseconds a thread can be idle before it can be shutdown'
?[30m2021-09-20 13:25:41,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Max number of milliseconds a thread can be idle before it can be shutdown)
?[30m2021-09-20 13:25:41,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41d3a3f)
?[30m2021-09-20 13:25:41,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxQueueSize'
?[30m2021-09-20 13:25:41,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxQueueSize)
?[30m2021-09-20 13:25:41,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of tasks for the pending task queue'
?[30m2021-09-20 13:25:41,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of tasks for the pending task queue)
?[30m2021-09-20 13:25:41,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6237dd1c)
?[30m2021-09-20 13:25:41,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
?[30m2021-09-20 13:25:41,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
?[30m2021-09-20 13:25:41,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of allocated threads'
?[30m2021-09-20 13:25:41,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of allocated threads)
?[30m2021-09-20 13:25:41,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@50a0ebc6)
?[30m2021-09-20 13:25:41,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,372?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.hibernate.Version?[0;39m: HHH000412: Hibernate Core {5.2.17.Final}
?[30m2021-09-20 13:25:41,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
?[30m2021-09-20 13:25:41,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
?[30m2021-09-20 13:25:41,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum number of allocated threads'
?[30m2021-09-20 13:25:41,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum number of allocated threads)
?[30m2021-09-20 13:25:41,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,376?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.hibernate.cfg.Environment?[0;39m: HHH000206: hibernate.properties not found
?[30m2021-09-20 13:25:41,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7df16967)
?[30m2021-09-20 13:25:41,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:41,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
?[30m2021-09-20 13:25:41,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Executor'
?[30m2021-09-20 13:25:41,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Executor)
?[30m2021-09-20 13:25:41,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@10d06824)
?[30m2021-09-20 13:25:41,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'namePrefix'
?[30m2021-09-20 13:25:41,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=namePrefix)
?[30m2021-09-20 13:25:41,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name prefix for thread names created by this executor'
?[30m2021-09-20 13:25:41,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name prefix for thread names created by this executor)
?[30m2021-09-20 13:25:41,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c53981f)
?[30m2021-09-20 13:25:41,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'poolSize'
?[30m2021-09-20 13:25:41,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=poolSize)
?[30m2021-09-20 13:25:41,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of threads in the pool'
?[30m2021-09-20 13:25:41,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of threads in the pool)
?[30m2021-09-20 13:25:41,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1bfaa488)
?[30m2021-09-20 13:25:41,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prestartminSpareThreads'
?[30m2021-09-20 13:25:41,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prestartminSpareThreads)
?[30m2021-09-20 13:25:41,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Prestart threads?'
?[30m2021-09-20 13:25:41,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Prestart threads?)
?[30m2021-09-20 13:25:41,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:41,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:41,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:41,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:41,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6db65cc1)
?[30m2021-09-20 13:25:41,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'queueSize'
?[30m2021-09-20 13:25:41,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=queueSize)
?[30m2021-09-20 13:25:41,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of tasks waiting to be processed'
?[30m2021-09-20 13:25:41,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of tasks waiting to be processed)
?[30m2021-09-20 13:25:41,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e34881b)
?[30m2021-09-20 13:25:41,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:41,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:41,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:41,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:41,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ef774a2)
?[30m2021-09-20 13:25:41,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
?[30m2021-09-20 13:25:41,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
?[30m2021-09-20 13:25:41,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The thread priority for threads in this thread pool'
?[30m2021-09-20 13:25:41,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The thread priority for threads in this thread pool)
?[30m2021-09-20 13:25:41,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@60674b10)
?[30m2021-09-20 13:25:41,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadRenewalDelay'
?[30m2021-09-20 13:25:41,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadRenewalDelay)
?[30m2021-09-20 13:25:41,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'After a context is stopped, threads in the pool are renewed. To avoid renewing all threads at the same time, this delay is observed between 2 threads being renewed. Value is in ms, default value is 1000ms. If negative, threads are not renewed.'
?[30m2021-09-20 13:25:41,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=After a context is stopped, threads in the pool are renewed. To avoid renewing all threads at the same time, this delay is observed between 2 threads being renewed. Value is in ms, default value is 1000ms. If negative, threads are not renewed.)
?[30m2021-09-20 13:25:41,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:41,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:41,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3fe84389)
?[30m2021-09-20 13:25:41,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:41,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardThreadExecutor, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard implementation of a thread pool, group=Executor, type=org.apache.catalina.core.StandardThreadExecutor])
?[30m2021-09-20 13:25:41,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:41,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:41,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:41,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardWrapper'
?[30m2021-09-20 13:25:41,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardWrapper)
?[30m2021-09-20 13:25:41,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Wrapper that represents an individual servlet definition'
?[30m2021-09-20 13:25:41,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Wrapper that represents an individual servlet definition)
?[30m2021-09-20 13:25:41,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:41,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:41,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Wrapper'
?[30m2021-09-20 13:25:41,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Wrapper)
?[30m2021-09-20 13:25:41,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardWrapper'
?[30m2021-09-20 13:25:41,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardWrapper)
?[30m2021-09-20 13:25:41,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean'
?[30m2021-09-20 13:25:41,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean)
?[30m2021-09-20 13:25:41,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:41,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:41,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Async support'
?[30m2021-09-20 13:25:41,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Async support)
?[30m2021-09-20 13:25:41,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:41,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:41,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:41,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:41,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6546703f)
?[30m2021-09-20 13:25:41,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'available'
?[30m2021-09-20 13:25:41,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=available)
?[30m2021-09-20 13:25:41,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.'
?[30m2021-09-20 13:25:41,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.)
?[30m2021-09-20 13:25:41,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:41,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:41,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70814a51)
?[30m2021-09-20 13:25:41,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay'
?[30m2021-09-20 13:25:41,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay)
?[30m2021-09-20 13:25:41,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.'
?[30m2021-09-20 13:25:41,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.)
?[30m2021-09-20 13:25:41,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ae4a09a)
?[30m2021-09-20 13:25:41,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'classLoadTime'
?[30m2021-09-20 13:25:41,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=classLoadTime)
?[30m2021-09-20 13:25:41,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time taken to load the Servlet class'
?[30m2021-09-20 13:25:41,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time taken to load the Servlet class)
?[30m2021-09-20 13:25:41,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@57ed4a44)
?[30m2021-09-20 13:25:41,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'countAllocated'
?[30m2021-09-20 13:25:41,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=countAllocated)
?[30m2021-09-20 13:25:41,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).'
?[30m2021-09-20 13:25:41,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).)
?[30m2021-09-20 13:25:41,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17c0f0e)
?[30m2021-09-20 13:25:41,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorCount'
?[30m2021-09-20 13:25:41,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorCount)
?[30m2021-09-20 13:25:41,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Error count'
?[30m2021-09-20 13:25:41,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Error count)
?[30m2021-09-20 13:25:41,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b551eb2)
?[30m2021-09-20 13:25:41,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loadOnStartup'
?[30m2021-09-20 13:25:41,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loadOnStartup)
?[30m2021-09-20 13:25:41,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The load-on-startup order value (negative value means load on first call) for this servlet.'
?[30m2021-09-20 13:25:41,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The load-on-startup order value (negative value means load on first call) for this servlet.)
?[30m2021-09-20 13:25:41,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@743a9132)
?[30m2021-09-20 13:25:41,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loadTime'
?[30m2021-09-20 13:25:41,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loadTime)
?[30m2021-09-20 13:25:41,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time taken to load and initialise the Servlet'
?[30m2021-09-20 13:25:41,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time taken to load and initialise the Servlet)
?[30m2021-09-20 13:25:41,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:41,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:41,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49b84a9b)
?[30m2021-09-20 13:25:41,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxTime'
?[30m2021-09-20 13:25:41,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxTime)
?[30m2021-09-20 13:25:41,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum processing time of a request'
?[30m2021-09-20 13:25:41,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum processing time of a request)
?[30m2021-09-20 13:25:41,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:41,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:41,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,477?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.hibernate.annotations.common.reflection.java.JavaReflectionManager?[0;39m: HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
?[30m2021-09-20 13:25:41,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@285d38dd)
?[30m2021-09-20 13:25:41,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxInstances'
?[30m2021-09-20 13:25:41,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxInstances)
?[30m2021-09-20 13:25:41,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of STM instances.'
?[30m2021-09-20 13:25:41,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of STM instances.)
?[30m2021-09-20 13:25:41,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7bae03ea)
?[30m2021-09-20 13:25:41,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minTime'
?[30m2021-09-20 13:25:41,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minTime)
?[30m2021-09-20 13:25:41,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum processing time of a request'
?[30m2021-09-20 13:25:41,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum processing time of a request)
?[30m2021-09-20 13:25:41,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:41,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:41,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5bbdaeac)
?[30m2021-09-20 13:25:41,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectName'
?[30m2021-09-20 13:25:41,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectName)
?[30m2021-09-20 13:25:41,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the object'
?[30m2021-09-20 13:25:41,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the object)
?[30m2021-09-20 13:25:41,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@50dadbd2)
?[30m2021-09-20 13:25:41,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
?[30m2021-09-20 13:25:41,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
?[30m2021-09-20 13:25:41,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total execution time of the servlet's service method'
?[30m2021-09-20 13:25:41,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total execution time of the servlet's service method)
?[30m2021-09-20 13:25:41,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:41,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:41,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11008ac4)
?[30m2021-09-20 13:25:41,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requestCount'
?[30m2021-09-20 13:25:41,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requestCount)
?[30m2021-09-20 13:25:41,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of requests processed by this wrapper'
?[30m2021-09-20 13:25:41,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of requests processed by this wrapper)
?[30m2021-09-20 13:25:41,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:41,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:41,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a3a7a5d)
?[30m2021-09-20 13:25:41,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'runAs'
?[30m2021-09-20 13:25:41,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=runAs)
?[30m2021-09-20 13:25:41,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The run-as identity for this servlet.'
?[30m2021-09-20 13:25:41,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The run-as identity for this servlet.)
?[30m2021-09-20 13:25:41,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c447f78)
?[30m2021-09-20 13:25:41,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'servletClass'
?[30m2021-09-20 13:25:41,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=servletClass)
?[30m2021-09-20 13:25:41,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The run-as identity for this servlet.'
?[30m2021-09-20 13:25:41,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The run-as identity for this servlet.)
?[30m2021-09-20 13:25:41,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a462569)
?[30m2021-09-20 13:25:41,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'singleThreadModel'
?[30m2021-09-20 13:25:41,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=singleThreadModel)
?[30m2021-09-20 13:25:41,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this servlet implement the SingleThreadModel interface?'
?[30m2021-09-20 13:25:41,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this servlet implement the SingleThreadModel interface?)
?[30m2021-09-20 13:25:41,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Boolean'
?[30m2021-09-20 13:25:41,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Boolean)
?[30m2021-09-20 13:25:41,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:41,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:41,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76a4b170)
?[30m2021-09-20 13:25:41,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:41,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:41,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:41,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:41,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7994af63)
?[30m2021-09-20 13:25:41,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addInitParameter'
?[30m2021-09-20 13:25:41,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addInitParameter)
?[30m2021-09-20 13:25:41,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Wrapper'
?[30m2021-09-20 13:25:41,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Wrapper)
?[30m2021-09-20 13:25:41,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:41,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:41,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of this initialization parameter to add'
?[30m2021-09-20 13:25:41,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of this initialization parameter to add)
?[30m2021-09-20 13:25:41,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6262a055)
?[30m2021-09-20 13:25:41,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value'
?[30m2021-09-20 13:25:41,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value)
?[30m2021-09-20 13:25:41,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Value of this initialization parameter to add'
?[30m2021-09-20 13:25:41,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Value of this initialization parameter to add)
?[30m2021-09-20 13:25:41,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7394efe2)
?[30m2021-09-20 13:25:41,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2068efd1)
?[30m2021-09-20 13:25:41,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
?[30m2021-09-20 13:25:41,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
?[30m2021-09-20 13:25:41,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Wrapper'
?[30m2021-09-20 13:25:41,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Wrapper)
?[30m2021-09-20 13:25:41,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:41,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
?[30m2021-09-20 13:25:41,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
?[30m2021-09-20 13:25:41,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
?[30m2021-09-20 13:25:41,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7c5bb308)
?[30m2021-09-20 13:25:41,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@bccc4de)
?[30m2021-09-20 13:25:41,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addMapping'
?[30m2021-09-20 13:25:41,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addMapping)
?[30m2021-09-20 13:25:41,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a mapping associated with the Wrapper.'
?[30m2021-09-20 13:25:41,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a mapping associated with the Wrapper.)
?[30m2021-09-20 13:25:41,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mapping'
?[30m2021-09-20 13:25:41,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mapping)
?[30m2021-09-20 13:25:41,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The new wrapper mapping'
?[30m2021-09-20 13:25:41,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The new wrapper mapping)
?[30m2021-09-20 13:25:41,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5f73d1ba)
?[30m2021-09-20 13:25:41,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3802abe2)
?[30m2021-09-20 13:25:41,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addSecurityReference'
?[30m2021-09-20 13:25:41,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addSecurityReference)
?[30m2021-09-20 13:25:41,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new security role reference record to the set of records for this servlet.'
?[30m2021-09-20 13:25:41,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new security role reference record to the set of records for this servlet.)
?[30m2021-09-20 13:25:41,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:41,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:41,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name used within this servlet'
?[30m2021-09-20 13:25:41,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name used within this servlet)
?[30m2021-09-20 13:25:41,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@19e09c19)
?[30m2021-09-20 13:25:41,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'link'
?[30m2021-09-20 13:25:41,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=link)
?[30m2021-09-20 13:25:41,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name used within the web application'
?[30m2021-09-20 13:25:41,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name used within the web application)
?[30m2021-09-20 13:25:41,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@746741cf)
?[30m2021-09-20 13:25:41,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3558b0f8)
?[30m2021-09-20 13:25:41,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
?[30m2021-09-20 13:25:41,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
?[30m2021-09-20 13:25:41,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Wrapper'
?[30m2021-09-20 13:25:41,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Wrapper)
?[30m2021-09-20 13:25:41,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:41,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:41,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
?[30m2021-09-20 13:25:41,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
?[30m2021-09-20 13:25:41,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
?[30m2021-09-20 13:25:41,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
?[30m2021-09-20 13:25:41,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1828400a)
?[30m2021-09-20 13:25:41,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5350742)
?[30m2021-09-20 13:25:41,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findInitParameter'
?[30m2021-09-20 13:25:41,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findInitParameter)
?[30m2021-09-20 13:25:41,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the value of an initialization parameter'
?[30m2021-09-20 13:25:41,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the value of an initialization parameter)
?[30m2021-09-20 13:25:41,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:41,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:41,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:41,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:41,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The name of the initialization parameter'
?[30m2021-09-20 13:25:41,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The name of the initialization parameter)
?[30m2021-09-20 13:25:41,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4b124712)
?[30m2021-09-20 13:25:41,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3bbdf1f8)
?[30m2021-09-20 13:25:41,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findInitParameters'
?[30m2021-09-20 13:25:41,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findInitParameters)
?[30m2021-09-20 13:25:41,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the names of all defined initialization parameters for this servlet.'
?[30m2021-09-20 13:25:41,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the names of all defined initialization parameters for this servlet.)
?[30m2021-09-20 13:25:41,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:41,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:41,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@614fde95)
?[30m2021-09-20 13:25:41,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMappings'
?[30m2021-09-20 13:25:41,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMappings)
?[30m2021-09-20 13:25:41,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the mappings associated with this wrapper'
?[30m2021-09-20 13:25:41,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the mappings associated with this wrapper)
?[30m2021-09-20 13:25:41,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:41,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:41,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4c6dcae9)
?[30m2021-09-20 13:25:41,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMappingObject'
?[30m2021-09-20 13:25:41,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMappingObject)
?[30m2021-09-20 13:25:41,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return an object which may be utilized for mapping to this component'
?[30m2021-09-20 13:25:41,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return an object which may be utilized for mapping to this component)
?[30m2021-09-20 13:25:41,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:41,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:41,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'org.apache.catalina.Wrapper'
?[30m2021-09-20 13:25:41,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=org.apache.catalina.Wrapper)
?[30m2021-09-20 13:25:41,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@151e3ea1)
?[30m2021-09-20 13:25:41,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityReference'
?[30m2021-09-20 13:25:41,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityReference)
?[30m2021-09-20 13:25:41,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the security role link for the specified security role reference name.'
?[30m2021-09-20 13:25:41,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the security role link for the specified security role reference name.)
?[30m2021-09-20 13:25:41,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:41,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:41,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:41,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:41,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role reference used within this servlet'
?[30m2021-09-20 13:25:41,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role reference used within this servlet)
?[30m2021-09-20 13:25:41,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@41783fcb)
?[30m2021-09-20 13:25:41,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5edcfa07)
?[30m2021-09-20 13:25:41,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityReferences'
?[30m2021-09-20 13:25:41,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityReferences)
?[30m2021-09-20 13:25:41,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of security role reference names associated with this servlet'
?[30m2021-09-20 13:25:41,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of security role reference names associated with this servlet)
?[30m2021-09-20 13:25:41,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:41,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:41,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7cc449b7)
?[30m2021-09-20 13:25:41,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeInitParameter'
?[30m2021-09-20 13:25:41,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeInitParameter)
?[30m2021-09-20 13:25:41,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified initialization parameter from this servlet.'
?[30m2021-09-20 13:25:41,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified initialization parameter from this servlet.)
?[30m2021-09-20 13:25:41,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:41,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:41,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the initialization parameter to remove'
?[30m2021-09-20 13:25:41,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the initialization parameter to remove)
?[30m2021-09-20 13:25:41,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@18cb9bb8)
?[30m2021-09-20 13:25:41,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@18cd690d)
?[30m2021-09-20 13:25:41,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
?[30m2021-09-20 13:25:41,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
?[30m2021-09-20 13:25:41,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Wrapper'
?[30m2021-09-20 13:25:41,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Wrapper)
?[30m2021-09-20 13:25:41,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
?[30m2021-09-20 13:25:41,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
?[30m2021-09-20 13:25:41,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
?[30m2021-09-20 13:25:41,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
?[30m2021-09-20 13:25:41,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2178a4d1)
?[30m2021-09-20 13:25:41,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7fafc8b8)
?[30m2021-09-20 13:25:41,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeMapping'
?[30m2021-09-20 13:25:41,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeMapping)
?[30m2021-09-20 13:25:41,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a mapping associated with the wrapper.'
?[30m2021-09-20 13:25:41,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a mapping associated with the wrapper.)
?[30m2021-09-20 13:25:41,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mapping'
?[30m2021-09-20 13:25:41,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mapping)
?[30m2021-09-20 13:25:41,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The pattern to remove'
?[30m2021-09-20 13:25:41,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The pattern to remove)
?[30m2021-09-20 13:25:41,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3b7d9aae)
?[30m2021-09-20 13:25:41,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@488b19cd)
?[30m2021-09-20 13:25:41,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSecurityReference'
?[30m2021-09-20 13:25:41,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSecurityReference)
?[30m2021-09-20 13:25:41,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role reference for the specified role name.'
?[30m2021-09-20 13:25:41,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role reference for the specified role name.)
?[30m2021-09-20 13:25:41,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:41,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:41,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role used within this servlet to be removed'
?[30m2021-09-20 13:25:41,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role used within this servlet to be removed)
?[30m2021-09-20 13:25:41,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2cb16221)
?[30m2021-09-20 13:25:41,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2dda8507)
?[30m2021-09-20 13:25:41,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
?[30m2021-09-20 13:25:41,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
?[30m2021-09-20 13:25:41,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Wrapper'
?[30m2021-09-20 13:25:41,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Wrapper)
?[30m2021-09-20 13:25:41,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
?[30m2021-09-20 13:25:41,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
?[30m2021-09-20 13:25:41,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
?[30m2021-09-20 13:25:41,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
?[30m2021-09-20 13:25:41,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7aa5d2f8)
?[30m2021-09-20 13:25:41,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6af0e910)
?[30m2021-09-20 13:25:41,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:41,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardWrapper, className=org.apache.catalina.mbeans.ContainerMBean, description=Wrapper that represents an individual servlet definition, group=Wrapper, type=org.apache.catalina.core.StandardWrapper])
?[30m2021-09-20 13:25:41,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:41,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:41,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:41,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardWrapperValve'
?[30m2021-09-20 13:25:41,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardWrapperValve)
?[30m2021-09-20 13:25:41,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardWrapper container implementation'
?[30m2021-09-20 13:25:41,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardWrapper container implementation)
?[30m2021-09-20 13:25:41,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:41,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:41,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:41,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:41,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardWrapperValve'
?[30m2021-09-20 13:25:41,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardWrapperValve)
?[30m2021-09-20 13:25:41,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:41,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:41,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
?[30m2021-09-20 13:25:41,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
?[30m2021-09-20 13:25:41,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:41,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:41,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4df72e05)
?[30m2021-09-20 13:25:41,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:41,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:41,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:41,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:41,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@347c7801)
?[30m2021-09-20 13:25:41,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:41,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:41,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:41,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:41,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@601a4e64)
?[30m2021-09-20 13:25:41,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:41,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardWrapperValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardWrapper container implementation, group=Valve, type=org.apache.catalina.core.StandardWrapperValve])
?[30m2021-09-20 13:25:41,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:41,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:41,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:41,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:41,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:41,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/catalina/mbeans-descriptors.xml
?[30m2021-09-20 13:25:41,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@2e57c0f2)
?[30m2021-09-20 13:25:41,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:41,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:41,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:41,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:41,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:41,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:41,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Group'
?[30m2021-09-20 13:25:41,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Group)
?[30m2021-09-20 13:25:41,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.GroupMBean'
?[30m2021-09-20 13:25:41,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.GroupMBean)
?[30m2021-09-20 13:25:41,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Group from a user database'
?[30m2021-09-20 13:25:41,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Group from a user database)
?[30m2021-09-20 13:25:41,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
?[30m2021-09-20 13:25:41,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
?[30m2021-09-20 13:25:41,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Group'
?[30m2021-09-20 13:25:41,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Group)
?[30m2021-09-20 13:25:41,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.Group'
?[30m2021-09-20 13:25:41,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.Group)
?[30m2021-09-20 13:25:41,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
?[30m2021-09-20 13:25:41,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
?[30m2021-09-20 13:25:41,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Description of this group'
?[30m2021-09-20 13:25:41,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Description of this group)
?[30m2021-09-20 13:25:41,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c0cc232)
?[30m2021-09-20 13:25:41,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groupname'
?[30m2021-09-20 13:25:41,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groupname)
?[30m2021-09-20 13:25:41,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Group name of this group'
?[30m2021-09-20 13:25:41,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Group name of this group)
?[30m2021-09-20 13:25:41,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6d2ae5de)
?[30m2021-09-20 13:25:41,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles'
?[30m2021-09-20 13:25:41,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles)
?[30m2021-09-20 13:25:41,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of roles for this group'
?[30m2021-09-20 13:25:41,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of roles for this group)
?[30m2021-09-20 13:25:41,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7412ea6c)
?[30m2021-09-20 13:25:41,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'users'
?[30m2021-09-20 13:25:41,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=users)
?[30m2021-09-20 13:25:41,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of user members of this group'
?[30m2021-09-20 13:25:41,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of user members of this group)
?[30m2021-09-20 13:25:41,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64d2f44c)
?[30m2021-09-20 13:25:41,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRole'
?[30m2021-09-20 13:25:41,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRole)
?[30m2021-09-20 13:25:41,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new authorized role for this group'
?[30m2021-09-20 13:25:41,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new authorized role for this group)
?[30m2021-09-20 13:25:41,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
?[30m2021-09-20 13:25:41,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
?[30m2021-09-20 13:25:41,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be added'
?[30m2021-09-20 13:25:41,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be added)
?[30m2021-09-20 13:25:41,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1eb5b7b6)
?[30m2021-09-20 13:25:41,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@248ba5ab)
?[30m2021-09-20 13:25:41,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole'
?[30m2021-09-20 13:25:41,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole)
?[30m2021-09-20 13:25:41,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old authorized role for this group'
?[30m2021-09-20 13:25:41,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old authorized role for this group)
?[30m2021-09-20 13:25:41,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
?[30m2021-09-20 13:25:41,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
?[30m2021-09-20 13:25:41,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be removed'
?[30m2021-09-20 13:25:41,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be removed)
?[30m2021-09-20 13:25:41,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@47a96adc)
?[30m2021-09-20 13:25:41,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@342a86f1)
?[30m2021-09-20 13:25:41,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoles'
?[30m2021-09-20 13:25:41,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoles)
?[30m2021-09-20 13:25:41,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all authorized roles for this group'
?[30m2021-09-20 13:25:41,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all authorized roles for this group)
?[30m2021-09-20 13:25:41,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7919fc5)
?[30m2021-09-20 13:25:41,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:41,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Group, className=org.apache.catalina.mbeans.GroupMBean, description=Group from a user database, group=Group, type=org.apache.catalina.Group])
?[30m2021-09-20 13:25:41,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:41,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:41,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:41,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Role'
?[30m2021-09-20 13:25:41,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Role)
?[30m2021-09-20 13:25:41,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.RoleMBean'
?[30m2021-09-20 13:25:41,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.RoleMBean)
?[30m2021-09-20 13:25:41,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Security role from a user database'
?[30m2021-09-20 13:25:41,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Security role from a user database)
?[30m2021-09-20 13:25:41,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
?[30m2021-09-20 13:25:41,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
?[30m2021-09-20 13:25:41,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Role'
?[30m2021-09-20 13:25:41,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Role)
?[30m2021-09-20 13:25:41,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.Role'
?[30m2021-09-20 13:25:41,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.Role)
?[30m2021-09-20 13:25:41,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
?[30m2021-09-20 13:25:41,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
?[30m2021-09-20 13:25:41,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Description of this role'
?[30m2021-09-20 13:25:41,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Description of this role)
?[30m2021-09-20 13:25:41,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e4ec461)
?[30m2021-09-20 13:25:41,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rolename'
?[30m2021-09-20 13:25:41,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rolename)
?[30m2021-09-20 13:25:41,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Role name of this role'
?[30m2021-09-20 13:25:41,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Role name of this role)
?[30m2021-09-20 13:25:41,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72bdbefe)
?[30m2021-09-20 13:25:41,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:41,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Role, className=org.apache.catalina.mbeans.RoleMBean, description=Security role from a user database, group=Role, type=org.apache.catalina.Role])
?[30m2021-09-20 13:25:41,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:41,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:41,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:41,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'User'
?[30m2021-09-20 13:25:41,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=User)
?[30m2021-09-20 13:25:41,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.UserMBean'
?[30m2021-09-20 13:25:41,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.UserMBean)
?[30m2021-09-20 13:25:41,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'User from a user database'
?[30m2021-09-20 13:25:41,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=User from a user database)
?[30m2021-09-20 13:25:41,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
?[30m2021-09-20 13:25:41,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
?[30m2021-09-20 13:25:41,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'User'
?[30m2021-09-20 13:25:41,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=User)
?[30m2021-09-20 13:25:41,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.User'
?[30m2021-09-20 13:25:41,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.User)
?[30m2021-09-20 13:25:41,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fullName'
?[30m2021-09-20 13:25:41,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fullName)
?[30m2021-09-20 13:25:41,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Full name of this user'
?[30m2021-09-20 13:25:41,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Full name of this user)
?[30m2021-09-20 13:25:41,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1240a356)
?[30m2021-09-20 13:25:41,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groups'
?[30m2021-09-20 13:25:41,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groups)
?[30m2021-09-20 13:25:41,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of groups this user is a member of'
?[30m2021-09-20 13:25:41,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of groups this user is a member of)
?[30m2021-09-20 13:25:41,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19a4696c)
?[30m2021-09-20 13:25:41,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'password'
?[30m2021-09-20 13:25:41,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=password)
?[30m2021-09-20 13:25:41,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Password of this user'
?[30m2021-09-20 13:25:41,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Password of this user)
?[30m2021-09-20 13:25:41,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11c1cbf5)
?[30m2021-09-20 13:25:41,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles'
?[30m2021-09-20 13:25:41,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles)
?[30m2021-09-20 13:25:41,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of roles for this user'
?[30m2021-09-20 13:25:41,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of roles for this user)
?[30m2021-09-20 13:25:41,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e14cd7d)
?[30m2021-09-20 13:25:41,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'username'
?[30m2021-09-20 13:25:41,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=username)
?[30m2021-09-20 13:25:41,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'User name of this user'
?[30m2021-09-20 13:25:41,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=User name of this user)
?[30m2021-09-20 13:25:41,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19d995fa)
?[30m2021-09-20 13:25:41,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addGroup'
?[30m2021-09-20 13:25:41,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addGroup)
?[30m2021-09-20 13:25:41,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new group membership for this user'
?[30m2021-09-20 13:25:41,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new group membership for this user)
?[30m2021-09-20 13:25:41,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
?[30m2021-09-20 13:25:41,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
?[30m2021-09-20 13:25:41,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the new group'
?[30m2021-09-20 13:25:41,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the new group)
?[30m2021-09-20 13:25:41,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@230c70a4)
?[30m2021-09-20 13:25:41,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c8d8953)
?[30m2021-09-20 13:25:41,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRole'
?[30m2021-09-20 13:25:41,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRole)
?[30m2021-09-20 13:25:41,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new authorized role for this user'
?[30m2021-09-20 13:25:41,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new authorized role for this user)
?[30m2021-09-20 13:25:41,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
?[30m2021-09-20 13:25:41,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
?[30m2021-09-20 13:25:41,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be added'
?[30m2021-09-20 13:25:41,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be added)
?[30m2021-09-20 13:25:41,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@14dad49a)
?[30m2021-09-20 13:25:41,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4179e5be)
?[30m2021-09-20 13:25:41,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroup'
?[30m2021-09-20 13:25:41,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroup)
?[30m2021-09-20 13:25:41,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old group membership for this user'
?[30m2021-09-20 13:25:41,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old group membership for this user)
?[30m2021-09-20 13:25:41,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
?[30m2021-09-20 13:25:41,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
?[30m2021-09-20 13:25:41,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the old group'
?[30m2021-09-20 13:25:41,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the old group)
?[30m2021-09-20 13:25:41,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1b02465)
?[30m2021-09-20 13:25:41,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5127e211)
?[30m2021-09-20 13:25:41,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroups'
?[30m2021-09-20 13:25:41,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroups)
?[30m2021-09-20 13:25:41,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all group memberships for this user'
?[30m2021-09-20 13:25:41,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all group memberships for this user)
?[30m2021-09-20 13:25:41,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@139b82ab)
?[30m2021-09-20 13:25:41,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole'
?[30m2021-09-20 13:25:41,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole)
?[30m2021-09-20 13:25:41,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old authorized role for this user'
?[30m2021-09-20 13:25:41,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old authorized role for this user)
?[30m2021-09-20 13:25:41,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
?[30m2021-09-20 13:25:41,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
?[30m2021-09-20 13:25:41,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be removed'
?[30m2021-09-20 13:25:41,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be removed)
?[30m2021-09-20 13:25:41,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1dc1c173)
?[30m2021-09-20 13:25:41,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1d525da2)
?[30m2021-09-20 13:25:41,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoles'
?[30m2021-09-20 13:25:41,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoles)
?[30m2021-09-20 13:25:41,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all authorized roles for this user'
?[30m2021-09-20 13:25:41,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all authorized roles for this user)
?[30m2021-09-20 13:25:41,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@738b0373)
?[30m2021-09-20 13:25:41,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:41,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=User, className=org.apache.catalina.mbeans.UserMBean, description=User from a user database, group=User, type=org.apache.catalina.User])
?[30m2021-09-20 13:25:41,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:41,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:41,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:41,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:41,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:41,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/catalina/deploy/mbeans-descriptors.xml
?[30m2021-09-20 13:25:41,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@20232acd)
?[30m2021-09-20 13:25:41,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:41,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:41,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:41,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:41,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:41,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:41,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:41,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:41,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:41,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NamingResourcesImpl'
?[30m2021-09-20 13:25:41,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NamingResourcesImpl)
?[30m2021-09-20 13:25:41,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.NamingResourcesMBean'
?[30m2021-09-20 13:25:41,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.NamingResourcesMBean)
?[30m2021-09-20 13:25:41,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context'
?[30m2021-09-20 13:25:41,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context)
?[30m2021-09-20 13:25:41,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:41,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:41,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
?[30m2021-09-20 13:25:41,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
?[30m2021-09-20 13:25:41,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.deploy.NamingResourcesImpl'
?[30m2021-09-20 13:25:41,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.deploy.NamingResourcesImpl)
?[30m2021-09-20 13:25:41,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:41,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'container'
?[30m2021-09-20 13:25:41,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=container)
?[30m2021-09-20 13:25:41,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The container with which the naming resources are associated.'
?[30m2021-09-20 13:25:41,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The container with which the naming resources are associated.)
?[30m2021-09-20 13:25:41,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
?[30m2021-09-20 13:25:41,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
?[30m2021-09-20 13:25:41,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b183521)
?[30m2021-09-20 13:25:41,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'environments'
?[30m2021-09-20 13:25:41,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=environments)
?[30m2021-09-20 13:25:41,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of the set of defined environment entries for this web application'
?[30m2021-09-20 13:25:41,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of the set of defined environment entries for this web application)
?[30m2021-09-20 13:25:41,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65f764e0)
?[30m2021-09-20 13:25:41,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resources'
?[30m2021-09-20 13:25:41,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resources)
?[30m2021-09-20 13:25:41,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all the defined resource references for this application.'
?[30m2021-09-20 13:25:41,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all the defined resource references for this application.)
?[30m2021-09-20 13:25:41,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@54bb4843)
?[30m2021-09-20 13:25:41,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:41,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:41,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resourceLinks'
?[30m2021-09-20 13:25:41,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resourceLinks)
?[30m2021-09-20 13:25:41,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all the defined resource link references for this application.'
?[30m2021-09-20 13:25:41,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all the defined resource link references for this application.)
?[30m2021-09-20 13:25:41,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:41,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:41,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:41,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:41,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:41,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:41,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:41,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6d77655b)
?[30m2021-09-20 13:25:41,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:41,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:41,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addEnvironment'
?[30m2021-09-20 13:25:41,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addEnvironment)
?[30m2021-09-20 13:25:41,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add an environment entry for this web application'
?[30m2021-09-20 13:25:41,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add an environment entry for this web application)
?[30m2021-09-20 13:25:41,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'envName'
?[30m2021-09-20 13:25:41,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=envName)
?[30m2021-09-20 13:25:41,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry name'
?[30m2021-09-20 13:25:41,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry name)
?[30m2021-09-20 13:25:41,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@270ce4e9)
?[30m2021-09-20 13:25:41,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:41,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
?[30m2021-09-20 13:25:41,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry type'
?[30m2021-09-20 13:25:41,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry type)
?[30m2021-09-20 13:25:41,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7902448c)
?[30m2021-09-20 13:25:41,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value'
?[30m2021-09-20 13:25:41,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value)
?[30m2021-09-20 13:25:41,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry value'
?[30m2021-09-20 13:25:41,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry value)
?[30m2021-09-20 13:25:41,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@77f5e2bf)
?[30m2021-09-20 13:25:41,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@217e0ca7)
?[30m2021-09-20 13:25:41,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addResource'
?[30m2021-09-20 13:25:41,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addResource)
?[30m2021-09-20 13:25:41,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a resource reference for this web application'
?[30m2021-09-20 13:25:41,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a resource reference for this web application)
?[30m2021-09-20 13:25:41,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
?[30m2021-09-20 13:25:41,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
?[30m2021-09-20 13:25:41,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference name'
?[30m2021-09-20 13:25:41,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference name)
?[30m2021-09-20 13:25:41,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@61959fcd)
?[30m2021-09-20 13:25:41,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:41,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
?[30m2021-09-20 13:25:41,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference type'
?[30m2021-09-20 13:25:41,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference type)
?[30m2021-09-20 13:25:41,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@ad89157)
?[30m2021-09-20 13:25:41,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@52e06aa9)
?[30m2021-09-20 13:25:41,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addResourceLink'
?[30m2021-09-20 13:25:41,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addResourceLink)
?[30m2021-09-20 13:25:41,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a resource link reference for this web application'
?[30m2021-09-20 13:25:41,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a resource link reference for this web application)
?[30m2021-09-20 13:25:41,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceLinkName'
?[30m2021-09-20 13:25:41,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceLinkName)
?[30m2021-09-20 13:25:41,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference name'
?[30m2021-09-20 13:25:41,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference name)
?[30m2021-09-20 13:25:41,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3aa5f66)
?[30m2021-09-20 13:25:41,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:41,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
?[30m2021-09-20 13:25:41,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference type'
?[30m2021-09-20 13:25:41,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference type)
?[30m2021-09-20 13:25:41,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:41,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:41,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4e0cd329)
?[30m2021-09-20 13:25:41,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:41,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:41,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@90a196)
?[30m2021-09-20 13:25:41,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:41,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:41,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:41,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:41,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:41,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeEnvironment'
?[30m2021-09-20 13:25:41,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeEnvironment)
?[30m2021-09-20 13:25:41,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any environment entry with the specified name'
?[30m2021-09-20 13:25:41,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any environment entry with the specified name)
?[30m2021-09-20 13:25:41,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:41,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:41,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:41,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:41,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:41,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:41,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:41,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:41,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:41,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:41,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:41,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:41,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'envName'
?[30m2021-09-20 13:25:41,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=envName)
?[30m2021-09-20 13:25:41,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the environment entry to remove'
?[30m2021-09-20 13:25:41,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the environment entry to remove)
?[30m2021-09-20 13:25:41,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:41,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:41,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:41,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@51f4260f)
?[30m2021-09-20 13:25:42,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@741238)
?[30m2021-09-20 13:25:42,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeResource'
?[30m2021-09-20 13:25:42,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeResource)
?[30m2021-09-20 13:25:42,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any resource reference with the specified name'
?[30m2021-09-20 13:25:42,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any resource reference with the specified name)
?[30m2021-09-20 13:25:42,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
?[30m2021-09-20 13:25:42,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
?[30m2021-09-20 13:25:42,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the resource reference to remove'
?[30m2021-09-20 13:25:42,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the resource reference to remove)
?[30m2021-09-20 13:25:42,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@28c90c84)
?[30m2021-09-20 13:25:42,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2d50941a)
?[30m2021-09-20 13:25:42,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeResourceLink'
?[30m2021-09-20 13:25:42,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeResourceLink)
?[30m2021-09-20 13:25:42,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any resource link reference with the specified name'
?[30m2021-09-20 13:25:42,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any resource link reference with the specified name)
?[30m2021-09-20 13:25:42,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceLinkName'
?[30m2021-09-20 13:25:42,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceLinkName)
?[30m2021-09-20 13:25:42,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the resource reference to remove'
?[30m2021-09-20 13:25:42,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the resource reference to remove)
?[30m2021-09-20 13:25:42,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5d641be1)
?[30m2021-09-20 13:25:42,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7da127a7)
?[30m2021-09-20 13:25:42,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NamingResourcesImpl, className=org.apache.catalina.mbeans.NamingResourcesMBean, description=Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context, group=Resources, type=org.apache.catalina.deploy.NamingResourcesImpl])
?[30m2021-09-20 13:25:42,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:42,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:42,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:42,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:42,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/catalina/loader/mbeans-descriptors.xml
?[30m2021-09-20 13:25:42,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@49f3b02c)
?[30m2021-09-20 13:25:42,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:42,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:42,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:42,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:42,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'WebappLoader'
?[30m2021-09-20 13:25:42,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=WebappLoader)
?[30m2021-09-20 13:25:42,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications'
?[30m2021-09-20 13:25:42,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications)
?[30m2021-09-20 13:25:42,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader'
?[30m2021-09-20 13:25:42,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader)
?[30m2021-09-20 13:25:42,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.WebappLoader'
?[30m2021-09-20 13:25:42,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.WebappLoader)
?[30m2021-09-20 13:25:42,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d1b2aaa)
?[30m2021-09-20 13:25:42,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
?[30m2021-09-20 13:25:42,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
?[30m2021-09-20 13:25:42,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader'
?[30m2021-09-20 13:25:42,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
?[30m2021-09-20 13:25:42,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4542edc3)
?[30m2021-09-20 13:25:42,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'reloadable'
?[30m2021-09-20 13:25:42,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=reloadable)
?[30m2021-09-20 13:25:42,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The reloadable flag for this Loader'
?[30m2021-09-20 13:25:42,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The reloadable flag for this Loader)
?[30m2021-09-20 13:25:42,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59196cfd)
?[30m2021-09-20 13:25:42,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:42,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:42,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:42,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:42,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d3fc522)
?[30m2021-09-20 13:25:42,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loaderRepositories'
?[30m2021-09-20 13:25:42,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loaderRepositories)
?[30m2021-09-20 13:25:42,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Repositories set in the real loader'
?[30m2021-09-20 13:25:42,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Repositories set in the real loader)
?[30m2021-09-20 13:25:42,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:42,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:42,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6915f055)
?[30m2021-09-20 13:25:42,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loaderRepositoriesString'
?[30m2021-09-20 13:25:42,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loaderRepositoriesString)
?[30m2021-09-20 13:25:42,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Repositories set in the real loader'
?[30m2021-09-20 13:25:42,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Repositories set in the real loader)
?[30m2021-09-20 13:25:42,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b6b2441)
?[30m2021-09-20 13:25:42,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'toString'
?[30m2021-09-20 13:25:42,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=toString)
?[30m2021-09-20 13:25:42,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Info about the loader'
?[30m2021-09-20 13:25:42,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Info about the loader)
?[30m2021-09-20 13:25:42,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:42,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:42,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'String'
?[30m2021-09-20 13:25:42,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=String)
?[30m2021-09-20 13:25:42,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2987d955)
?[30m2021-09-20 13:25:42,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=WebappLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications, group=Loader, type=org.apache.catalina.loader.WebappLoader])
?[30m2021-09-20 13:25:42,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'WebappClassLoader'
?[30m2021-09-20 13:25:42,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=WebappClassLoader)
?[30m2021-09-20 13:25:42,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications'
?[30m2021-09-20 13:25:42,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications)
?[30m2021-09-20 13:25:42,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader'
?[30m2021-09-20 13:25:42,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader)
?[30m2021-09-20 13:25:42,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.WebappClassLoader'
?[30m2021-09-20 13:25:42,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.WebappClassLoader)
?[30m2021-09-20 13:25:42,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a620f92)
?[30m2021-09-20 13:25:42,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextName'
?[30m2021-09-20 13:25:42,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextName)
?[30m2021-09-20 13:25:42,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the webapp context'
?[30m2021-09-20 13:25:42,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the webapp context)
?[30m2021-09-20 13:25:42,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c33cbd3)
?[30m2021-09-20 13:25:42,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
?[30m2021-09-20 13:25:42,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
?[30m2021-09-20 13:25:42,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader'
?[30m2021-09-20 13:25:42,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
?[30m2021-09-20 13:25:42,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e18bd38)
?[30m2021-09-20 13:25:42,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:42,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:42,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:42,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:42,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@69c29edf)
?[30m2021-09-20 13:25:42,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URLs'
?[30m2021-09-20 13:25:42,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URLs)
?[30m2021-09-20 13:25:42,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The URLs of this loader'
?[30m2021-09-20 13:25:42,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The URLs of this loader)
?[30m2021-09-20 13:25:42,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.net.URL;'
?[30m2021-09-20 13:25:42,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.net.URL;)
?[30m2021-09-20 13:25:42,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@239612ea)
?[30m2021-09-20 13:25:42,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=WebappClassLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications, group=Loader, type=org.apache.catalina.loader.WebappClassLoader])
?[30m2021-09-20 13:25:42,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ParallelWebappClassLoader'
?[30m2021-09-20 13:25:42,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ParallelWebappClassLoader)
?[30m2021-09-20 13:25:42,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel'
?[30m2021-09-20 13:25:42,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel)
?[30m2021-09-20 13:25:42,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader'
?[30m2021-09-20 13:25:42,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader)
?[30m2021-09-20 13:25:42,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.ParallelWebappClassLoader'
?[30m2021-09-20 13:25:42,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.ParallelWebappClassLoader)
?[30m2021-09-20 13:25:42,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21f92818)
?[30m2021-09-20 13:25:42,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextName'
?[30m2021-09-20 13:25:42,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextName)
?[30m2021-09-20 13:25:42,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the webapp context'
?[30m2021-09-20 13:25:42,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the webapp context)
?[30m2021-09-20 13:25:42,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a33a062)
?[30m2021-09-20 13:25:42,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
?[30m2021-09-20 13:25:42,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
?[30m2021-09-20 13:25:42,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader'
?[30m2021-09-20 13:25:42,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
?[30m2021-09-20 13:25:42,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@677af19d)
?[30m2021-09-20 13:25:42,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:42,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:42,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:42,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:42,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@74e8beda)
?[30m2021-09-20 13:25:42,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URLs'
?[30m2021-09-20 13:25:42,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URLs)
?[30m2021-09-20 13:25:42,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The URLs of this loader'
?[30m2021-09-20 13:25:42,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The URLs of this loader)
?[30m2021-09-20 13:25:42,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.net.URL;'
?[30m2021-09-20 13:25:42,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.net.URL;)
?[30m2021-09-20 13:25:42,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1cb9f1b7)
?[30m2021-09-20 13:25:42,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ParallelWebappClassLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel, group=Loader, type=org.apache.catalina.loader.ParallelWebappClassLoader])
?[30m2021-09-20 13:25:42,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:42,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:42,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:42,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:42,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/catalina/realm/mbeans-descriptors.xml
?[30m2021-09-20 13:25:42,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@1ae7fbca)
?[30m2021-09-20 13:25:42,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:42,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:42,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:42,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:42,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'DataSourceRealm'
?[30m2021-09-20 13:25:42,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=DataSourceRealm)
?[30m2021-09-20 13:25:42,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ClassNameMBean'
?[30m2021-09-20 13:25:42,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ClassNameMBean)
?[30m2021-09-20 13:25:42,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with any JNDI configured DataSource'
?[30m2021-09-20 13:25:42,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with any JNDI configured DataSource)
?[30m2021-09-20 13:25:42,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
?[30m2021-09-20 13:25:42,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
?[30m2021-09-20 13:25:42,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.DataSourceRealm'
?[30m2021-09-20 13:25:42,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.DataSourceRealm)
?[30m2021-09-20 13:25:42,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
?[30m2021-09-20 13:25:42,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
?[30m2021-09-20 13:25:42,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
?[30m2021-09-20 13:25:42,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
?[30m2021-09-20 13:25:42,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49009568)
?[30m2021-09-20 13:25:42,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2171e758)
?[30m2021-09-20 13:25:42,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'dataSourceName'
?[30m2021-09-20 13:25:42,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=dataSourceName)
?[30m2021-09-20 13:25:42,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JNDI named JDBC DataSource for your database'
?[30m2021-09-20 13:25:42,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JNDI named JDBC DataSource for your database)
?[30m2021-09-20 13:25:42,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e26fd57)
?[30m2021-09-20 13:25:42,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localDataSource'
?[30m2021-09-20 13:25:42,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localDataSource)
?[30m2021-09-20 13:25:42,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Configures if the DataSource is local to the webapp'
?[30m2021-09-20 13:25:42,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Configures if the DataSource is local to the webapp)
?[30m2021-09-20 13:25:42,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6bba76f2)
?[30m2021-09-20 13:25:42,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
?[30m2021-09-20 13:25:42,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
?[30m2021-09-20 13:25:42,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
?[30m2021-09-20 13:25:42,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
?[30m2021-09-20 13:25:42,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@265c0538)
?[30m2021-09-20 13:25:42,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNameCol'
?[30m2021-09-20 13:25:42,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNameCol)
?[30m2021-09-20 13:25:42,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user role table that names a role'
?[30m2021-09-20 13:25:42,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user role table that names a role)
?[30m2021-09-20 13:25:42,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8396d8c)
?[30m2021-09-20 13:25:42,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:42,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:42,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:42,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:42,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@710ce599)
?[30m2021-09-20 13:25:42,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userCredCol'
?[30m2021-09-20 13:25:42,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userCredCol)
?[30m2021-09-20 13:25:42,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's credentials'
?[30m2021-09-20 13:25:42,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's credentials)
?[30m2021-09-20 13:25:42,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49b910ac)
?[30m2021-09-20 13:25:42,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userNameCol'
?[30m2021-09-20 13:25:42,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userNameCol)
?[30m2021-09-20 13:25:42,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's username'
?[30m2021-09-20 13:25:42,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's username)
?[30m2021-09-20 13:25:42,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f0aa966)
?[30m2021-09-20 13:25:42,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleTable'
?[30m2021-09-20 13:25:42,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleTable)
?[30m2021-09-20 13:25:42,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds the relation between user's and roles'
?[30m2021-09-20 13:25:42,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds the relation between user's and roles)
?[30m2021-09-20 13:25:42,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c9ce006)
?[30m2021-09-20 13:25:42,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userTable'
?[30m2021-09-20 13:25:42,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userTable)
?[30m2021-09-20 13:25:42,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds user data'
?[30m2021-09-20 13:25:42,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds user data)
?[30m2021-09-20 13:25:42,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a2ae421)
?[30m2021-09-20 13:25:42,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
?[30m2021-09-20 13:25:42,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
?[30m2021-09-20 13:25:42,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
?[30m2021-09-20 13:25:42,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
?[30m2021-09-20 13:25:42,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b97b3b8)
?[30m2021-09-20 13:25:42,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:42,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:42,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:42,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:42,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@10c6035)
?[30m2021-09-20 13:25:42,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:42,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:42,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:42,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:42,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2a3b3cc2)
?[30m2021-09-20 13:25:42,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
?[30m2021-09-20 13:25:42,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
?[30m2021-09-20 13:25:42,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
?[30m2021-09-20 13:25:42,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
?[30m2021-09-20 13:25:42,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@27bdde48)
?[30m2021-09-20 13:25:42,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
?[30m2021-09-20 13:25:42,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
?[30m2021-09-20 13:25:42,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
?[30m2021-09-20 13:25:42,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
?[30m2021-09-20 13:25:42,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4151b374)
?[30m2021-09-20 13:25:42,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=DataSourceRealm, className=org.apache.catalina.mbeans.ClassNameMBean, description=Implementation of Realm that works with any JNDI configured DataSource, group=Realm, type=org.apache.catalina.realm.DataSourceRealm])
?[30m2021-09-20 13:25:42,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JAASRealm'
?[30m2021-09-20 13:25:42,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JAASRealm)
?[30m2021-09-20 13:25:42,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS)'
?[30m2021-09-20 13:25:42,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS))
?[30m2021-09-20 13:25:42,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
?[30m2021-09-20 13:25:42,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
?[30m2021-09-20 13:25:42,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JAASRealm'
?[30m2021-09-20 13:25:42,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JAASRealm)
?[30m2021-09-20 13:25:42,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
?[30m2021-09-20 13:25:42,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
?[30m2021-09-20 13:25:42,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
?[30m2021-09-20 13:25:42,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
?[30m2021-09-20 13:25:42,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@23be7ea3)
?[30m2021-09-20 13:25:42,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,263?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'appName'
?[30m2021-09-20 13:25:42,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=appName)
?[30m2021-09-20 13:25:42,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules'
?[30m2021-09-20 13:25:42,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules)
?[30m2021-09-20 13:25:42,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@50909b3a)
?[30m2021-09-20 13:25:42,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@199640fe)
?[30m2021-09-20 13:25:42,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleClassNames'
?[30m2021-09-20 13:25:42,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleClassNames)
?[30m2021-09-20 13:25:42,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-delimited list of javax.security.Principal classes that represent security roles'
?[30m2021-09-20 13:25:42,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-delimited list of javax.security.Principal classes that represent security roles)
?[30m2021-09-20 13:25:42,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55909aab)
?[30m2021-09-20 13:25:42,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
?[30m2021-09-20 13:25:42,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
?[30m2021-09-20 13:25:42,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
?[30m2021-09-20 13:25:42,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
?[30m2021-09-20 13:25:42,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@58baddc)
?[30m2021-09-20 13:25:42,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:42,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:42,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:42,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:42,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5116bf1c)
?[30m2021-09-20 13:25:42,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userClassNames'
?[30m2021-09-20 13:25:42,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userClassNames)
?[30m2021-09-20 13:25:42,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-delimited list of javax.security.Principal classes that represent individual users'
?[30m2021-09-20 13:25:42,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-delimited list of javax.security.Principal classes that represent individual users)
?[30m2021-09-20 13:25:42,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a2c9470)
?[30m2021-09-20 13:25:42,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useContextClassLoader'
?[30m2021-09-20 13:25:42,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useContextClassLoader)
?[30m2021-09-20 13:25:42,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Sets whether to use the context or default ClassLoader.'
?[30m2021-09-20 13:25:42,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Sets whether to use the context or default ClassLoader.)
?[30m2021-09-20 13:25:42,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:42,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:42,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b380c5c)
?[30m2021-09-20 13:25:42,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
?[30m2021-09-20 13:25:42,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
?[30m2021-09-20 13:25:42,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we validate client certificate chains when they are presented?'
?[30m2021-09-20 13:25:42,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we validate client certificate chains when they are presented?)
?[30m2021-09-20 13:25:42,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7305b1aa)
?[30m2021-09-20 13:25:42,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:42,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:42,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:42,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:42,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@170f0e89)
?[30m2021-09-20 13:25:42,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:42,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:42,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:42,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:42,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@91e870c)
?[30m2021-09-20 13:25:42,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
?[30m2021-09-20 13:25:42,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
?[30m2021-09-20 13:25:42,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
?[30m2021-09-20 13:25:42,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
?[30m2021-09-20 13:25:42,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@622f309f)
?[30m2021-09-20 13:25:42,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
?[30m2021-09-20 13:25:42,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
?[30m2021-09-20 13:25:42,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
?[30m2021-09-20 13:25:42,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
?[30m2021-09-20 13:25:42,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3cf95591)
?[30m2021-09-20 13:25:42,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JAASRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS), group=Realm, type=org.apache.catalina.realm.JAASRealm])
?[30m2021-09-20 13:25:42,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JDBCRealm'
?[30m2021-09-20 13:25:42,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JDBCRealm)
?[30m2021-09-20 13:25:42,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with any JDBC supported database'
?[30m2021-09-20 13:25:42,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with any JDBC supported database)
?[30m2021-09-20 13:25:42,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
?[30m2021-09-20 13:25:42,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
?[30m2021-09-20 13:25:42,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JDBCRealm'
?[30m2021-09-20 13:25:42,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JDBCRealm)
?[30m2021-09-20 13:25:42,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
?[30m2021-09-20 13:25:42,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
?[30m2021-09-20 13:25:42,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
?[30m2021-09-20 13:25:42,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
?[30m2021-09-20 13:25:42,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@536d6fc1)
?[30m2021-09-20 13:25:42,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2eb6b447)
?[30m2021-09-20 13:25:42,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionName'
?[30m2021-09-20 13:25:42,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionName)
?[30m2021-09-20 13:25:42,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection username to use when trying to connect to the database'
?[30m2021-09-20 13:25:42,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection username to use when trying to connect to the database)
?[30m2021-09-20 13:25:42,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3506d2c6)
?[30m2021-09-20 13:25:42,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionPassword'
?[30m2021-09-20 13:25:42,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionPassword)
?[30m2021-09-20 13:25:42,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection password to use when trying to connect to the database'
?[30m2021-09-20 13:25:42,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection password to use when trying to connect to the database)
?[30m2021-09-20 13:25:42,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@43a55c2a)
?[30m2021-09-20 13:25:42,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionURL'
?[30m2021-09-20 13:25:42,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionURL)
?[30m2021-09-20 13:25:42,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection URL to use when trying to connect to the database'
?[30m2021-09-20 13:25:42,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection URL to use when trying to connect to the database)
?[30m2021-09-20 13:25:42,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b0e30f8)
?[30m2021-09-20 13:25:42,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,353?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'driverName'
?[30m2021-09-20 13:25:42,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=driverName)
?[30m2021-09-20 13:25:42,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JDBC driver to use'
?[30m2021-09-20 13:25:42,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JDBC driver to use)
?[30m2021-09-20 13:25:42,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6081a752)
?[30m2021-09-20 13:25:42,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNameCol'
?[30m2021-09-20 13:25:42,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNameCol)
?[30m2021-09-20 13:25:42,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user role table that names a role'
?[30m2021-09-20 13:25:42,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user role table that names a role)
?[30m2021-09-20 13:25:42,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6312c966)
?[30m2021-09-20 13:25:42,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
?[30m2021-09-20 13:25:42,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
?[30m2021-09-20 13:25:42,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
?[30m2021-09-20 13:25:42,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
?[30m2021-09-20 13:25:42,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@abf9d22)
?[30m2021-09-20 13:25:42,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:42,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:42,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:42,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:42,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ce57d)
?[30m2021-09-20 13:25:42,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userCredCol'
?[30m2021-09-20 13:25:42,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userCredCol)
?[30m2021-09-20 13:25:42,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's credentials'
?[30m2021-09-20 13:25:42,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's credentials)
?[30m2021-09-20 13:25:42,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6d6a691f)
?[30m2021-09-20 13:25:42,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userNameCol'
?[30m2021-09-20 13:25:42,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userNameCol)
?[30m2021-09-20 13:25:42,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's username'
?[30m2021-09-20 13:25:42,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's username)
?[30m2021-09-20 13:25:42,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1846d42d)
?[30m2021-09-20 13:25:42,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleTable'
?[30m2021-09-20 13:25:42,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleTable)
?[30m2021-09-20 13:25:42,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds the relation between user's and roles'
?[30m2021-09-20 13:25:42,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds the relation between user's and roles)
?[30m2021-09-20 13:25:42,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6ee61c8a)
?[30m2021-09-20 13:25:42,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userTable'
?[30m2021-09-20 13:25:42,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userTable)
?[30m2021-09-20 13:25:42,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds user data'
?[30m2021-09-20 13:25:42,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds user data)
?[30m2021-09-20 13:25:42,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9160b26)
?[30m2021-09-20 13:25:42,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
?[30m2021-09-20 13:25:42,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
?[30m2021-09-20 13:25:42,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
?[30m2021-09-20 13:25:42,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
?[30m2021-09-20 13:25:42,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@378aa98a)
?[30m2021-09-20 13:25:42,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:42,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:42,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:42,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:42,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@19c3f4ea)
?[30m2021-09-20 13:25:42,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:42,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:42,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:42,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:42,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@479fa914)
?[30m2021-09-20 13:25:42,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
?[30m2021-09-20 13:25:42,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
?[30m2021-09-20 13:25:42,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
?[30m2021-09-20 13:25:42,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
?[30m2021-09-20 13:25:42,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7ee9c5fa)
?[30m2021-09-20 13:25:42,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
?[30m2021-09-20 13:25:42,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
?[30m2021-09-20 13:25:42,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
?[30m2021-09-20 13:25:42,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
?[30m2021-09-20 13:25:42,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1c4de554)
?[30m2021-09-20 13:25:42,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JDBCRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that works with any JDBC supported database, group=Realm, type=org.apache.catalina.realm.JDBCRealm])
?[30m2021-09-20 13:25:42,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JNDIRealm'
?[30m2021-09-20 13:25:42,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JNDIRealm)
?[30m2021-09-20 13:25:42,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs'
?[30m2021-09-20 13:25:42,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs)
?[30m2021-09-20 13:25:42,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
?[30m2021-09-20 13:25:42,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
?[30m2021-09-20 13:25:42,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JNDIRealm'
?[30m2021-09-20 13:25:42,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JNDIRealm)
?[30m2021-09-20 13:25:42,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'adCompat'
?[30m2021-09-20 13:25:42,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=adCompat)
?[30m2021-09-20 13:25:42,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ' The current settings for handling PartialResultExceptions'
?[30m2021-09-20 13:25:42,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description= The current settings for handling PartialResultExceptions)
?[30m2021-09-20 13:25:42,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,412?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1aaf3693)
?[30m2021-09-20 13:25:42,413?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
?[30m2021-09-20 13:25:42,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
?[30m2021-09-20 13:25:42,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
?[30m2021-09-20 13:25:42,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
?[30m2021-09-20 13:25:42,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2042ebdb)
?[30m2021-09-20 13:25:42,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alternateURL'
?[30m2021-09-20 13:25:42,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alternateURL)
?[30m2021-09-20 13:25:42,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Alternate URL'
?[30m2021-09-20 13:25:42,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Alternate URL)
?[30m2021-09-20 13:25:42,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@10343c3c)
?[30m2021-09-20 13:25:42,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'authentication'
?[30m2021-09-20 13:25:42,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=authentication)
?[30m2021-09-20 13:25:42,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of authentication to use'
?[30m2021-09-20 13:25:42,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of authentication to use)
?[30m2021-09-20 13:25:42,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63a00c2b)
?[30m2021-09-20 13:25:42,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d8b562)
?[30m2021-09-20 13:25:42,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'commonRole'
?[30m2021-09-20 13:25:42,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=commonRole)
?[30m2021-09-20 13:25:42,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The common role'
?[30m2021-09-20 13:25:42,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The common role)
?[30m2021-09-20 13:25:42,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37f39a91)
?[30m2021-09-20 13:25:42,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionName'
?[30m2021-09-20 13:25:42,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionName)
?[30m2021-09-20 13:25:42,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection username for the server we will contact'
?[30m2021-09-20 13:25:42,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection username for the server we will contact)
?[30m2021-09-20 13:25:42,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@617958f)
?[30m2021-09-20 13:25:42,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionPassword'
?[30m2021-09-20 13:25:42,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionPassword)
?[30m2021-09-20 13:25:42,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection password for the server we will contact'
?[30m2021-09-20 13:25:42,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection password for the server we will contact)
?[30m2021-09-20 13:25:42,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65b50032)
?[30m2021-09-20 13:25:42,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
?[30m2021-09-20 13:25:42,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
?[30m2021-09-20 13:25:42,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection timeout'
?[30m2021-09-20 13:25:42,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection timeout)
?[30m2021-09-20 13:25:42,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2003da43)
?[30m2021-09-20 13:25:42,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionURL'
?[30m2021-09-20 13:25:42,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionURL)
?[30m2021-09-20 13:25:42,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection URL for the server we will contact'
?[30m2021-09-20 13:25:42,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection URL for the server we will contact)
?[30m2021-09-20 13:25:42,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b8ffbc0)
?[30m2021-09-20 13:25:42,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextFactory'
?[30m2021-09-20 13:25:42,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextFactory)
?[30m2021-09-20 13:25:42,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JNDI context factory for this Realm'
?[30m2021-09-20 13:25:42,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JNDI context factory for this Realm)
?[30m2021-09-20 13:25:42,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@318eacd3)
?[30m2021-09-20 13:25:42,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocol'
?[30m2021-09-20 13:25:42,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocol)
?[30m2021-09-20 13:25:42,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The protocol to be used'
?[30m2021-09-20 13:25:42,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The protocol to be used)
?[30m2021-09-20 13:25:42,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7cf79e40)
?[30m2021-09-20 13:25:42,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
?[30m2021-09-20 13:25:42,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
?[30m2021-09-20 13:25:42,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
?[30m2021-09-20 13:25:42,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
?[30m2021-09-20 13:25:42,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4298825f)
?[30m2021-09-20 13:25:42,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'referrals'
?[30m2021-09-20 13:25:42,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=referrals)
?[30m2021-09-20 13:25:42,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The current setting for handling JNDI referrals.'
?[30m2021-09-20 13:25:42,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The current setting for handling JNDI referrals.)
?[30m2021-09-20 13:25:42,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@36bd3037)
?[30m2021-09-20 13:25:42,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleBase'
?[30m2021-09-20 13:25:42,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleBase)
?[30m2021-09-20 13:25:42,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base element for role searches'
?[30m2021-09-20 13:25:42,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base element for role searches)
?[30m2021-09-20 13:25:42,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7291fa07)
?[30m2021-09-20 13:25:42,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleName'
?[30m2021-09-20 13:25:42,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleName)
?[30m2021-09-20 13:25:42,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the attribute containing roles held elsewhere'
?[30m2021-09-20 13:25:42,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the attribute containing roles held elsewhere)
?[30m2021-09-20 13:25:42,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32546f8b)
?[30m2021-09-20 13:25:42,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNested'
?[30m2021-09-20 13:25:42,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNested)
?[30m2021-09-20 13:25:42,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'The nested group search flag' flag'
?[30m2021-09-20 13:25:42,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'The nested group search flag' flag)
?[30m2021-09-20 13:25:42,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@34d889e4)
?[30m2021-09-20 13:25:42,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSearch'
?[30m2021-09-20 13:25:42,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSearch)
?[30m2021-09-20 13:25:42,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to select roles for a user'
?[30m2021-09-20 13:25:42,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to select roles for a user)
?[30m2021-09-20 13:25:42,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6bbb2bc0)
?[30m2021-09-20 13:25:42,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSearchAsUser'
?[30m2021-09-20 13:25:42,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSearchAsUser)
?[30m2021-09-20 13:25:42,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the search for user roles be performed as the authenticating user?'
?[30m2021-09-20 13:25:42,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the search for user roles be performed as the authenticating user?)
?[30m2021-09-20 13:25:42,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:42,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:42,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1607b572)
?[30m2021-09-20 13:25:42,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSubtree'
?[30m2021-09-20 13:25:42,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSubtree)
?[30m2021-09-20 13:25:42,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we search the entire subtree for matching memberships?'
?[30m2021-09-20 13:25:42,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we search the entire subtree for matching memberships?)
?[30m2021-09-20 13:25:42,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73ea80e)
?[30m2021-09-20 13:25:42,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,485?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:42,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:42,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:42,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:42,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77d996a4)
?[30m2021-09-20 13:25:42,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userBase'
?[30m2021-09-20 13:25:42,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userBase)
?[30m2021-09-20 13:25:42,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base element for user searches'
?[30m2021-09-20 13:25:42,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base element for user searches)
?[30m2021-09-20 13:25:42,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@450e56b4)
?[30m2021-09-20 13:25:42,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userPassword'
?[30m2021-09-20 13:25:42,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userPassword)
?[30m2021-09-20 13:25:42,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The attribute name used to retrieve the user password'
?[30m2021-09-20 13:25:42,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The attribute name used to retrieve the user password)
?[30m2021-09-20 13:25:42,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e89d742)
?[30m2021-09-20 13:25:42,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,494?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userPattern'
?[30m2021-09-20 13:25:42,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userPattern)
?[30m2021-09-20 13:25:42,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to select a user'
?[30m2021-09-20 13:25:42,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to select a user)
?[30m2021-09-20 13:25:42,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c057c45)
?[30m2021-09-20 13:25:42,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleName'
?[30m2021-09-20 13:25:42,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleName)
?[30m2021-09-20 13:25:42,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the attribute in the user's entry containing roles for that user'
?[30m2021-09-20 13:25:42,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the attribute in the user's entry containing roles for that user)
?[30m2021-09-20 13:25:42,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27d2b5d7)
?[30m2021-09-20 13:25:42,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSearch'
?[30m2021-09-20 13:25:42,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSearch)
?[30m2021-09-20 13:25:42,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to search for a user'
?[30m2021-09-20 13:25:42,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to search for a user)
?[30m2021-09-20 13:25:42,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@105efc6f)
?[30m2021-09-20 13:25:42,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSearchAsUser'
?[30m2021-09-20 13:25:42,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSearchAsUser)
?[30m2021-09-20 13:25:42,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the search for the user's DN be performed as the authenticating user?'
?[30m2021-09-20 13:25:42,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the search for the user's DN be performed as the authenticating user?)
?[30m2021-09-20 13:25:42,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:42,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:42,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@304d0ae1)
?[30m2021-09-20 13:25:42,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSubtree'
?[30m2021-09-20 13:25:42,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSubtree)
?[30m2021-09-20 13:25:42,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we search the entire subtree for matching users?'
?[30m2021-09-20 13:25:42,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we search the entire subtree for matching users?)
?[30m2021-09-20 13:25:42,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71dbff9)
?[30m2021-09-20 13:25:42,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
?[30m2021-09-20 13:25:42,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
?[30m2021-09-20 13:25:42,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
?[30m2021-09-20 13:25:42,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
?[30m2021-09-20 13:25:42,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35d3dec0)
?[30m2021-09-20 13:25:42,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:42,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:42,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:42,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:42,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5289e191)
?[30m2021-09-20 13:25:42,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:42,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:42,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:42,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:42,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@acbe323)
?[30m2021-09-20 13:25:42,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
?[30m2021-09-20 13:25:42,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
?[30m2021-09-20 13:25:42,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
?[30m2021-09-20 13:25:42,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
?[30m2021-09-20 13:25:42,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@604367f4)
?[30m2021-09-20 13:25:42,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
?[30m2021-09-20 13:25:42,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
?[30m2021-09-20 13:25:42,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
?[30m2021-09-20 13:25:42,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
?[30m2021-09-20 13:25:42,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4bcd80e2)
?[30m2021-09-20 13:25:42,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JNDIRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs, group=Realm, type=org.apache.catalina.realm.JNDIRealm])
?[30m2021-09-20 13:25:42,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MemoryRealm'
?[30m2021-09-20 13:25:42,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MemoryRealm)
?[30m2021-09-20 13:25:42,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles'
?[30m2021-09-20 13:25:42,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles)
?[30m2021-09-20 13:25:42,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
?[30m2021-09-20 13:25:42,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
?[30m2021-09-20 13:25:42,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.MemoryRealm'
?[30m2021-09-20 13:25:42,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.MemoryRealm)
?[30m2021-09-20 13:25:42,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
?[30m2021-09-20 13:25:42,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
?[30m2021-09-20 13:25:42,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
?[30m2021-09-20 13:25:42,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
?[30m2021-09-20 13:25:42,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56d56563)
?[30m2021-09-20 13:25:42,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d25661)
?[30m2021-09-20 13:25:42,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname'
?[30m2021-09-20 13:25:42,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname)
?[30m2021-09-20 13:25:42,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pathname of the XML file containing our database information'
?[30m2021-09-20 13:25:42,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pathname of the XML file containing our database information)
?[30m2021-09-20 13:25:42,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7855ed28)
?[30m2021-09-20 13:25:42,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
?[30m2021-09-20 13:25:42,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
?[30m2021-09-20 13:25:42,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
?[30m2021-09-20 13:25:42,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
?[30m2021-09-20 13:25:42,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5fb8a850)
?[30m2021-09-20 13:25:42,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:42,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:42,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:42,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:42,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@223b30b9)
?[30m2021-09-20 13:25:42,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
?[30m2021-09-20 13:25:42,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
?[30m2021-09-20 13:25:42,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
?[30m2021-09-20 13:25:42,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
?[30m2021-09-20 13:25:42,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33cb1bc1)
?[30m2021-09-20 13:25:42,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,583?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:42,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:42,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:42,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:42,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@64a08c3d)
?[30m2021-09-20 13:25:42,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:42,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:42,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:42,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:42,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7e4052d1)
?[30m2021-09-20 13:25:42,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
?[30m2021-09-20 13:25:42,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
?[30m2021-09-20 13:25:42,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
?[30m2021-09-20 13:25:42,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
?[30m2021-09-20 13:25:42,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5851b58)
?[30m2021-09-20 13:25:42,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
?[30m2021-09-20 13:25:42,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
?[30m2021-09-20 13:25:42,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
?[30m2021-09-20 13:25:42,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
?[30m2021-09-20 13:25:42,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6efb1d3a)
?[30m2021-09-20 13:25:42,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MemoryRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles, group=Realm, type=org.apache.catalina.realm.MemoryRealm])
?[30m2021-09-20 13:25:42,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'UserDatabaseRealm'
?[30m2021-09-20 13:25:42,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=UserDatabaseRealm)
?[30m2021-09-20 13:25:42,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm connected to a UserDatabase as a global JNDI resource'
?[30m2021-09-20 13:25:42,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm connected to a UserDatabase as a global JNDI resource)
?[30m2021-09-20 13:25:42,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
?[30m2021-09-20 13:25:42,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
?[30m2021-09-20 13:25:42,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.UserDatabaseRealm'
?[30m2021-09-20 13:25:42,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.UserDatabaseRealm)
?[30m2021-09-20 13:25:42,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
?[30m2021-09-20 13:25:42,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
?[30m2021-09-20 13:25:42,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
?[30m2021-09-20 13:25:42,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
?[30m2021-09-20 13:25:42,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e5ab5bc)
?[30m2021-09-20 13:25:42,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72f0b87c)
?[30m2021-09-20 13:25:42,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resourceName'
?[30m2021-09-20 13:25:42,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resourceName)
?[30m2021-09-20 13:25:42,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The global JNDI name of the UserDatabase resource to use'
?[30m2021-09-20 13:25:42,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The global JNDI name of the UserDatabase resource to use)
?[30m2021-09-20 13:25:42,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f8232a1)
?[30m2021-09-20 13:25:42,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
?[30m2021-09-20 13:25:42,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
?[30m2021-09-20 13:25:42,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
?[30m2021-09-20 13:25:42,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
?[30m2021-09-20 13:25:42,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6926e6a6)
?[30m2021-09-20 13:25:42,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:42,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:42,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:42,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:42,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@320a596b)
?[30m2021-09-20 13:25:42,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
?[30m2021-09-20 13:25:42,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
?[30m2021-09-20 13:25:42,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
?[30m2021-09-20 13:25:42,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
?[30m2021-09-20 13:25:42,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45ce340e)
?[30m2021-09-20 13:25:42,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:42,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:42,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:42,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:42,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@b97012c)
?[30m2021-09-20 13:25:42,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:42,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:42,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:42,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:42,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@555ad52e)
?[30m2021-09-20 13:25:42,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
?[30m2021-09-20 13:25:42,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
?[30m2021-09-20 13:25:42,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
?[30m2021-09-20 13:25:42,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
?[30m2021-09-20 13:25:42,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@35fb1fef)
?[30m2021-09-20 13:25:42,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
?[30m2021-09-20 13:25:42,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
?[30m2021-09-20 13:25:42,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
?[30m2021-09-20 13:25:42,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
?[30m2021-09-20 13:25:42,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@121331a)
?[30m2021-09-20 13:25:42,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=UserDatabaseRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm connected to a UserDatabase as a global JNDI resource, group=Realm, type=org.apache.catalina.realm.UserDatabaseRealm])
?[30m2021-09-20 13:25:42,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CombinedRealm'
?[30m2021-09-20 13:25:42,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CombinedRealm)
?[30m2021-09-20 13:25:42,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm implementation that can be used to chain multiple realms'
?[30m2021-09-20 13:25:42,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm implementation that can be used to chain multiple realms)
?[30m2021-09-20 13:25:42,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
?[30m2021-09-20 13:25:42,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
?[30m2021-09-20 13:25:42,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.CombinedRealm'
?[30m2021-09-20 13:25:42,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.CombinedRealm)
?[30m2021-09-20 13:25:42,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
?[30m2021-09-20 13:25:42,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
?[30m2021-09-20 13:25:42,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
?[30m2021-09-20 13:25:42,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
?[30m2021-09-20 13:25:42,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@328cdc73)
?[30m2021-09-20 13:25:42,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31fc9ca9)
?[30m2021-09-20 13:25:42,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realms'
?[30m2021-09-20 13:25:42,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realms)
?[30m2021-09-20 13:25:42,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The set of realms that the combined realm is wrapping'
?[30m2021-09-20 13:25:42,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The set of realms that the combined realm is wrapping)
?[30m2021-09-20 13:25:42,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
?[30m2021-09-20 13:25:42,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
?[30m2021-09-20 13:25:42,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c15f91e)
?[30m2021-09-20 13:25:42,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
?[30m2021-09-20 13:25:42,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
?[30m2021-09-20 13:25:42,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
?[30m2021-09-20 13:25:42,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
?[30m2021-09-20 13:25:42,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5424b865)
?[30m2021-09-20 13:25:42,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,683?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,683?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:42,683?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:42,683?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:42,683?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:42,683?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,683?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9f99d6)
?[30m2021-09-20 13:25:42,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
?[30m2021-09-20 13:25:42,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
?[30m2021-09-20 13:25:42,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
?[30m2021-09-20 13:25:42,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
?[30m2021-09-20 13:25:42,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@555344b8)
?[30m2021-09-20 13:25:42,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRealm'
?[30m2021-09-20 13:25:42,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRealm)
?[30m2021-09-20 13:25:42,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Realm to the set of Realms wrapped by this realm'
?[30m2021-09-20 13:25:42,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Realm to the set of Realms wrapped by this realm)
?[30m2021-09-20 13:25:42,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'theRealm'
?[30m2021-09-20 13:25:42,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=theRealm)
?[30m2021-09-20 13:25:42,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New Realm to add'
?[30m2021-09-20 13:25:42,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New Realm to add)
?[30m2021-09-20 13:25:42,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Realm'
?[30m2021-09-20 13:25:42,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Realm)
?[30m2021-09-20 13:25:42,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@26fd9a05)
?[30m2021-09-20 13:25:42,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@576be92f)
?[30m2021-09-20 13:25:42,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:42,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:42,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:42,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:42,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2b469b3d)
?[30m2021-09-20 13:25:42,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:42,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:42,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:42,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:42,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@64ff6c69)
?[30m2021-09-20 13:25:42,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
?[30m2021-09-20 13:25:42,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
?[30m2021-09-20 13:25:42,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
?[30m2021-09-20 13:25:42,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
?[30m2021-09-20 13:25:42,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2e18ef41)
?[30m2021-09-20 13:25:42,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
?[30m2021-09-20 13:25:42,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
?[30m2021-09-20 13:25:42,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
?[30m2021-09-20 13:25:42,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
?[30m2021-09-20 13:25:42,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2632593c)
?[30m2021-09-20 13:25:42,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CombinedRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm implementation that can be used to chain multiple realms, group=Realm, type=org.apache.catalina.realm.CombinedRealm])
?[30m2021-09-20 13:25:42,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'LockOutRealm'
?[30m2021-09-20 13:25:42,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=LockOutRealm)
?[30m2021-09-20 13:25:42,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm implementation that can be used to wrap existing realms to provide a user lock-out capability'
?[30m2021-09-20 13:25:42,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm implementation that can be used to wrap existing realms to provide a user lock-out capability)
?[30m2021-09-20 13:25:42,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
?[30m2021-09-20 13:25:42,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
?[30m2021-09-20 13:25:42,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.LockOutRealm'
?[30m2021-09-20 13:25:42,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.LockOutRealm)
?[30m2021-09-20 13:25:42,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
?[30m2021-09-20 13:25:42,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
?[30m2021-09-20 13:25:42,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
?[30m2021-09-20 13:25:42,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
?[30m2021-09-20 13:25:42,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@39b2b1b4)
?[30m2021-09-20 13:25:42,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cacheSize'
?[30m2021-09-20 13:25:42,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cacheSize)
?[30m2021-09-20 13:25:42,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. Defaults to 1000.'
?[30m2021-09-20 13:25:42,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. Defaults to 1000.)
?[30m2021-09-20 13:25:42,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@26310ecf)
?[30m2021-09-20 13:25:42,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cacheRemovalWarningTime'
?[30m2021-09-20 13:25:42,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cacheRemovalWarningTime)
?[30m2021-09-20 13:25:42,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. Defaults to 3600 (1 hour).'
?[30m2021-09-20 13:25:42,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. Defaults to 3600 (1 hour).)
?[30m2021-09-20 13:25:42,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4fba8faf)
?[30m2021-09-20 13:25:42,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7bf5d4dd)
?[30m2021-09-20 13:25:42,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'failureCount'
?[30m2021-09-20 13:25:42,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=failureCount)
?[30m2021-09-20 13:25:42,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.'
?[30m2021-09-20 13:25:42,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.)
?[30m2021-09-20 13:25:42,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5766f506)
?[30m2021-09-20 13:25:42,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'lockOutTime'
?[30m2021-09-20 13:25:42,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=lockOutTime)
?[30m2021-09-20 13:25:42,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).'
?[30m2021-09-20 13:25:42,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).)
?[30m2021-09-20 13:25:42,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@798fde53)
?[30m2021-09-20 13:25:42,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realms'
?[30m2021-09-20 13:25:42,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realms)
?[30m2021-09-20 13:25:42,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The set of realms that the lockout realm is wrapping'
?[30m2021-09-20 13:25:42,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The set of realms that the lockout realm is wrapping)
?[30m2021-09-20 13:25:42,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
?[30m2021-09-20 13:25:42,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
?[30m2021-09-20 13:25:42,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6253e13a)
?[30m2021-09-20 13:25:42,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
?[30m2021-09-20 13:25:42,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
?[30m2021-09-20 13:25:42,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
?[30m2021-09-20 13:25:42,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
?[30m2021-09-20 13:25:42,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37d58291)
?[30m2021-09-20 13:25:42,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
?[30m2021-09-20 13:25:42,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
?[30m2021-09-20 13:25:42,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
?[30m2021-09-20 13:25:42,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
?[30m2021-09-20 13:25:42,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@57fb9fa8)
?[30m2021-09-20 13:25:42,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRealm'
?[30m2021-09-20 13:25:42,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRealm)
?[30m2021-09-20 13:25:42,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Realm to the set of Realms wrapped by this realm'
?[30m2021-09-20 13:25:42,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Realm to the set of Realms wrapped by this realm)
?[30m2021-09-20 13:25:42,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'theRealm'
?[30m2021-09-20 13:25:42,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=theRealm)
?[30m2021-09-20 13:25:42,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New Realm to add'
?[30m2021-09-20 13:25:42,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New Realm to add)
?[30m2021-09-20 13:25:42,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Realm'
?[30m2021-09-20 13:25:42,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Realm)
?[30m2021-09-20 13:25:42,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5081ae42)
?[30m2021-09-20 13:25:42,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2d26cf59)
?[30m2021-09-20 13:25:42,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isLocked'
?[30m2021-09-20 13:25:42,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isLocked)
?[30m2021-09-20 13:25:42,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Determine if the specified user is locked'
?[30m2021-09-20 13:25:42,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Determine if the specified user is locked)
?[30m2021-09-20 13:25:42,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
?[30m2021-09-20 13:25:42,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
?[30m2021-09-20 13:25:42,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
?[30m2021-09-20 13:25:42,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
?[30m2021-09-20 13:25:42,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User to test for being locked'
?[30m2021-09-20 13:25:42,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User to test for being locked)
?[30m2021-09-20 13:25:42,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@36fc1166)
?[30m2021-09-20 13:25:42,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3d71dece)
?[30m2021-09-20 13:25:42,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unlock'
?[30m2021-09-20 13:25:42,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unlock)
?[30m2021-09-20 13:25:42,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Unlock the specified user'
?[30m2021-09-20 13:25:42,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Unlock the specified user)
?[30m2021-09-20 13:25:42,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
?[30m2021-09-20 13:25:42,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
?[30m2021-09-20 13:25:42,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User to unlock'
?[30m2021-09-20 13:25:42,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User to unlock)
?[30m2021-09-20 13:25:42,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@60df949c)
?[30m2021-09-20 13:25:42,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7b18c3d9)
?[30m2021-09-20 13:25:42,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:42,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:42,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:42,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:42,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2d398afd)
?[30m2021-09-20 13:25:42,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:42,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:42,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:42,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:42,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1e0db63a)
?[30m2021-09-20 13:25:42,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2eaba13)
?[30m2021-09-20 13:25:42,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
?[30m2021-09-20 13:25:42,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
?[30m2021-09-20 13:25:42,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
?[30m2021-09-20 13:25:42,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
?[30m2021-09-20 13:25:42,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3fd1a79c)
?[30m2021-09-20 13:25:42,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=LockOutRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm implementation that can be used to wrap existing realms to provide a user lock-out capability, group=Realm, type=org.apache.catalina.realm.LockOutRealm])
?[30m2021-09-20 13:25:42,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:42,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:42,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:42,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:42,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/catalina/session/mbeans-descriptors.xml
?[30m2021-09-20 13:25:42,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@7afc70ed)
?[30m2021-09-20 13:25:42,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:42,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:42,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:42,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:42,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardManager'
?[30m2021-09-20 13:25:42,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardManager)
?[30m2021-09-20 13:25:42,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard implementation of the Manager interface'
?[30m2021-09-20 13:25:42,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard implementation of the Manager interface)
?[30m2021-09-20 13:25:42,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Manager'
?[30m2021-09-20 13:25:42,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Manager)
?[30m2021-09-20 13:25:42,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.session.StandardManager'
?[30m2021-09-20 13:25:42,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.session.StandardManager)
?[30m2021-09-20 13:25:42,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeSessions'
?[30m2021-09-20 13:25:42,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeSessions)
?[30m2021-09-20 13:25:42,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of active sessions at this moment'
?[30m2021-09-20 13:25:42,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of active sessions at this moment)
?[30m2021-09-20 13:25:42,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4823d569)
?[30m2021-09-20 13:25:42,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@633191e0)
?[30m2021-09-20 13:25:42,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'duplicates'
?[30m2021-09-20 13:25:42,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=duplicates)
?[30m2021-09-20 13:25:42,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of duplicated session ids generated'
?[30m2021-09-20 13:25:42,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of duplicated session ids generated)
?[30m2021-09-20 13:25:42,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45edea75)
?[30m2021-09-20 13:25:42,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'expiredSessions'
?[30m2021-09-20 13:25:42,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=expiredSessions)
?[30m2021-09-20 13:25:42,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions that expired ( doesn't include explicit invalidations )'
?[30m2021-09-20 13:25:42,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions that expired ( doesn't include explicit invalidations ))
?[30m2021-09-20 13:25:42,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:42,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:42,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c0f813d)
?[30m2021-09-20 13:25:42,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute'
?[30m2021-09-20 13:25:42,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute)
?[30m2021-09-20 13:25:42,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Retrieve the JvmRoute for the enclosing Engine'
?[30m2021-09-20 13:25:42,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Retrieve the JvmRoute for the enclosing Engine)
?[30m2021-09-20 13:25:42,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ad18f48)
?[30m2021-09-20 13:25:42,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActive'
?[30m2021-09-20 13:25:42,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActive)
?[30m2021-09-20 13:25:42,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of active sessions so far'
?[30m2021-09-20 13:25:42,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of active sessions so far)
?[30m2021-09-20 13:25:42,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6580b163)
?[30m2021-09-20 13:25:42,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActiveSessions'
?[30m2021-09-20 13:25:42,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActiveSessions)
?[30m2021-09-20 13:25:42,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of active Sessions allowed, or -1 for no limit'
?[30m2021-09-20 13:25:42,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of active Sessions allowed, or -1 for no limit)
?[30m2021-09-20 13:25:42,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f1441e4)
?[30m2021-09-20 13:25:42,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:42,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
?[30m2021-09-20 13:25:42,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The descriptive name of this Manager implementation (for logging)'
?[30m2021-09-20 13:25:42,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The descriptive name of this Manager implementation (for logging))
?[30m2021-09-20 13:25:42,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6fb22752)
?[30m2021-09-20 13:25:42,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname'
?[30m2021-09-20 13:25:42,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname)
?[30m2021-09-20 13:25:42,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Path name of the disk file in which active sessions'
?[30m2021-09-20 13:25:42,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Path name of the disk file in which active sessions)
?[30m2021-09-20 13:25:42,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@691f5e23)
?[30m2021-09-20 13:25:42,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processExpiresFrequency'
?[30m2021-09-20 13:25:42,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processExpiresFrequency)
?[30m2021-09-20 13:25:42,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The frequency of the manager checks (expiration and passivation)'
?[30m2021-09-20 13:25:42,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The frequency of the manager checks (expiration and passivation))
?[30m2021-09-20 13:25:42,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@974e1ca)
?[30m2021-09-20 13:25:42,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
?[30m2021-09-20 13:25:42,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
?[30m2021-09-20 13:25:42,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spent doing housekeeping and expiration'
?[30m2021-09-20 13:25:42,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spent doing housekeeping and expiration)
?[30m2021-09-20 13:25:42,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:42,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:42,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64828a61)
?[30m2021-09-20 13:25:42,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
?[30m2021-09-20 13:25:42,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
?[30m2021-09-20 13:25:42,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator algorithm name'
?[30m2021-09-20 13:25:42,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator algorithm name)
?[30m2021-09-20 13:25:42,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a74b914)
?[30m2021-09-20 13:25:42,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
?[30m2021-09-20 13:25:42,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
?[30m2021-09-20 13:25:42,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator class name'
?[30m2021-09-20 13:25:42,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator class name)
?[30m2021-09-20 13:25:42,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@989123f)
?[30m2021-09-20 13:25:42,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
?[30m2021-09-20 13:25:42,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
?[30m2021-09-20 13:25:42,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator provider name'
?[30m2021-09-20 13:25:42,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator provider name)
?[30m2021-09-20 13:25:42,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27ddd875)
?[30m2021-09-20 13:25:42,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAverageAliveTime'
?[30m2021-09-20 13:25:42,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAverageAliveTime)
?[30m2021-09-20 13:25:42,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Average time an expired session had been alive'
?[30m2021-09-20 13:25:42,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Average time an expired session had been alive)
?[30m2021-09-20 13:25:42,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@577c8f6d)
?[30m2021-09-20 13:25:42,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCreateRate'
?[30m2021-09-20 13:25:42,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCreateRate)
?[30m2021-09-20 13:25:42,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session creation rate in sessions per minute'
?[30m2021-09-20 13:25:42,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session creation rate in sessions per minute)
?[30m2021-09-20 13:25:42,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@687f208f)
?[30m2021-09-20 13:25:42,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCounter'
?[30m2021-09-20 13:25:42,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCounter)
?[30m2021-09-20 13:25:42,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total number of sessions created by this manager'
?[30m2021-09-20 13:25:42,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total number of sessions created by this manager)
?[30m2021-09-20 13:25:42,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:42,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:42,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2926cf55)
?[30m2021-09-20 13:25:42,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,885?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.hibernate.dialect.Dialect?[0;39m: HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect
?[30m2021-09-20 13:25:42,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionExpireRate'
?[30m2021-09-20 13:25:42,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionExpireRate)
?[30m2021-09-20 13:25:42,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session expiration rate in sessions per minute'
?[30m2021-09-20 13:25:42,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session expiration rate in sessions per minute)
?[30m2021-09-20 13:25:42,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@60f1b474)
?[30m2021-09-20 13:25:42,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionMaxAliveTime'
?[30m2021-09-20 13:25:42,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionMaxAliveTime)
?[30m2021-09-20 13:25:42,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Longest time an expired session had been alive'
?[30m2021-09-20 13:25:42,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Longest time an expired session had been alive)
?[30m2021-09-20 13:25:42,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@534558e0)
?[30m2021-09-20 13:25:42,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:42,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:42,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:42,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:42,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@422f615f)
?[30m2021-09-20 13:25:42,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rejectedSessions'
?[30m2021-09-20 13:25:42,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rejectedSessions)
?[30m2021-09-20 13:25:42,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions we rejected due to maxActive being reached'
?[30m2021-09-20 13:25:42,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions we rejected due to maxActive being reached)
?[30m2021-09-20 13:25:42,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5dec4228)
?[30m2021-09-20 13:25:42,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeNameFilter'
?[30m2021-09-20 13:25:42,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeNameFilter)
?[30m2021-09-20 13:25:42,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The string pattern used for including session attributes in distribution. Null means all attributes are included.'
?[30m2021-09-20 13:25:42,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The string pattern used for including session attributes in distribution. Null means all attributes are included.)
?[30m2021-09-20 13:25:42,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30530ff5)
?[30m2021-09-20 13:25:42,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeValueClassNameFilter'
?[30m2021-09-20 13:25:42,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeValueClassNameFilter)
?[30m2021-09-20 13:25:42,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.'
?[30m2021-09-20 13:25:42,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.)
?[30m2021-09-20 13:25:42,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4928c347)
?[30m2021-09-20 13:25:42,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'warnOnSessionAttributeFilterFailure'
?[30m2021-09-20 13:25:42,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=warnOnSessionAttributeFilterFailure)
?[30m2021-09-20 13:25:42,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?'
?[30m2021-09-20 13:25:42,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?)
?[30m2021-09-20 13:25:42,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:42,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:42,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70b476a4)
?[30m2021-09-20 13:25:42,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'backgroundProcess'
?[30m2021-09-20 13:25:42,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=backgroundProcess)
?[30m2021-09-20 13:25:42,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Invalidate all sessions that have expired.'
?[30m2021-09-20 13:25:42,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Invalidate all sessions that have expired.)
?[30m2021-09-20 13:25:42,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4f769798)
?[30m2021-09-20 13:25:42,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'expireSession'
?[30m2021-09-20 13:25:42,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=expireSession)
?[30m2021-09-20 13:25:42,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Expire a session'
?[30m2021-09-20 13:25:42,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Expire a session)
?[30m2021-09-20 13:25:42,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:42,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:42,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:42,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:42,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:42,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:42,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@67720524)
?[30m2021-09-20 13:25:42,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@684fd076)
?[30m2021-09-20 13:25:42,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTime'
?[30m2021-09-20 13:25:42,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTime)
?[30m2021-09-20 13:25:42,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation time'
?[30m2021-09-20 13:25:42,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation time)
?[30m2021-09-20 13:25:42,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:42,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:42,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:42,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:42,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:42,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:42,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3b1d9a8d)
?[30m2021-09-20 13:25:42,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@40ac1021)
?[30m2021-09-20 13:25:42,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTimestamp'
?[30m2021-09-20 13:25:42,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTimestamp)
?[30m2021-09-20 13:25:42,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation timestamp'
?[30m2021-09-20 13:25:42,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation timestamp)
?[30m2021-09-20 13:25:42,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
?[30m2021-09-20 13:25:42,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
?[30m2021-09-20 13:25:42,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:42,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:42,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:42,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:42,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@37807635)
?[30m2021-09-20 13:25:42,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@21daccd3)
?[30m2021-09-20 13:25:42,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTime'
?[30m2021-09-20 13:25:42,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTime)
?[30m2021-09-20 13:25:42,944?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access time'
?[30m2021-09-20 13:25:42,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access time)
?[30m2021-09-20 13:25:42,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:42,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:42,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:42,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:42,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:42,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:42,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7644f397)
?[30m2021-09-20 13:25:42,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@56c9c866)
?[30m2021-09-20 13:25:42,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTimestamp'
?[30m2021-09-20 13:25:42,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTimestamp)
?[30m2021-09-20 13:25:42,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access timestamp'
?[30m2021-09-20 13:25:42,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access timestamp)
?[30m2021-09-20 13:25:42,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
?[30m2021-09-20 13:25:42,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
?[30m2021-09-20 13:25:42,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:42,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:42,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:42,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:42,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@624c3d54)
?[30m2021-09-20 13:25:42,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1507d99a)
?[30m2021-09-20 13:25:42,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getSessionAttribute'
?[30m2021-09-20 13:25:42,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getSessionAttribute)
?[30m2021-09-20 13:25:42,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return a session attribute'
?[30m2021-09-20 13:25:42,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return a session attribute)
?[30m2021-09-20 13:25:42,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:42,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:42,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:42,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:42,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:42,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:42,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@448e58e6)
?[30m2021-09-20 13:25:42,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:42,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:42,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'key'
?[30m2021-09-20 13:25:42,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=key)
?[30m2021-09-20 13:25:42,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'key of the attribute'
?[30m2021-09-20 13:25:42,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=key of the attribute)
?[30m2021-09-20 13:25:42,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:42,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:42,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:42,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5c9c32e9)
?[30m2021-09-20 13:25:42,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:42,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:42,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5f3902b3)
?[30m2021-09-20 13:25:42,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:42,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:42,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'listSessionIds'
?[30m2021-09-20 13:25:42,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=listSessionIds)
?[30m2021-09-20 13:25:42,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the list of active session ids'
?[30m2021-09-20 13:25:42,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the list of active session ids)
?[30m2021-09-20 13:25:42,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:42,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:42,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:42,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:42,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:42,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:42,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:42,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7459cbc7)
?[30m2021-09-20 13:25:42,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:42,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:42,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:42,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:42,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardManager, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard implementation of the Manager interface, group=Manager, type=org.apache.catalina.session.StandardManager])
?[30m2021-09-20 13:25:42,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:42,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:42,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:42,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:42,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:42,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:42,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'PersistentManager'
?[30m2021-09-20 13:25:42,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=PersistentManager)
?[30m2021-09-20 13:25:42,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Persistent Manager'
?[30m2021-09-20 13:25:42,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Persistent Manager)
?[30m2021-09-20 13:25:42,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:42,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:42,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Manager'
?[30m2021-09-20 13:25:42,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Manager)
?[30m2021-09-20 13:25:42,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.session.PersistentManager'
?[30m2021-09-20 13:25:42,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.session.PersistentManager)
?[30m2021-09-20 13:25:42,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:42,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeSessions'
?[30m2021-09-20 13:25:42,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeSessions)
?[30m2021-09-20 13:25:42,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of active sessions at this moment'
?[30m2021-09-20 13:25:42,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of active sessions at this moment)
?[30m2021-09-20 13:25:42,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,984?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42a6f4c2)
?[30m2021-09-20 13:25:42,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:42,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:42,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:42,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:42,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7f108d05)
?[30m2021-09-20 13:25:42,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'duplicates'
?[30m2021-09-20 13:25:42,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=duplicates)
?[30m2021-09-20 13:25:42,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of duplicated session ids generated'
?[30m2021-09-20 13:25:42,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of duplicated session ids generated)
?[30m2021-09-20 13:25:42,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:42,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:42,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@68ab24ce)
?[30m2021-09-20 13:25:42,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'expiredSessions'
?[30m2021-09-20 13:25:42,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=expiredSessions)
?[30m2021-09-20 13:25:42,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions that expired ( doesn't include explicit invalidations )'
?[30m2021-09-20 13:25:42,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions that expired ( doesn't include explicit invalidations ))
?[30m2021-09-20 13:25:42,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:42,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:42,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:42,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:42,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5296ddef)
?[30m2021-09-20 13:25:42,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:42,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:42,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:42,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:42,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:42,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:42,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:42,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute'
?[30m2021-09-20 13:25:42,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute)
?[30m2021-09-20 13:25:42,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Retrieve the JvmRoute for the enclosing Engine'
?[30m2021-09-20 13:25:42,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Retrieve the JvmRoute for the enclosing Engine)
?[30m2021-09-20 13:25:42,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:42,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:42,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:42,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:42,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:42,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27e3339b)
?[30m2021-09-20 13:25:43,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActive'
?[30m2021-09-20 13:25:43,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActive)
?[30m2021-09-20 13:25:43,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of active sessions so far'
?[30m2021-09-20 13:25:43,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of active sessions so far)
?[30m2021-09-20 13:25:43,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ce0eac7)
?[30m2021-09-20 13:25:43,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActiveSessions'
?[30m2021-09-20 13:25:43,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActiveSessions)
?[30m2021-09-20 13:25:43,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of active Sessions allowed, or -1 for no limit'
?[30m2021-09-20 13:25:43,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of active Sessions allowed, or -1 for no limit)
?[30m2021-09-20 13:25:43,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6d5c38c1)
?[30m2021-09-20 13:25:43,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleBackup'
?[30m2021-09-20 13:25:43,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleBackup)
?[30m2021-09-20 13:25:43,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.'
?[30m2021-09-20 13:25:43,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.)
?[30m2021-09-20 13:25:43,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9c1e920)
?[30m2021-09-20 13:25:43,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,015?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleSwap'
?[30m2021-09-20 13:25:43,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleSwap)
?[30m2021-09-20 13:25:43,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.'
?[30m2021-09-20 13:25:43,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.)
?[30m2021-09-20 13:25:43,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37806c68)
?[30m2021-09-20 13:25:43,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minIdleSwap'
?[30m2021-09-20 13:25:43,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minIdleSwap)
?[30m2021-09-20 13:25:43,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ' The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.'
?[30m2021-09-20 13:25:43,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description= The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.)
?[30m2021-09-20 13:25:43,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c6d1e8d)
?[30m2021-09-20 13:25:43,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:43,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
?[30m2021-09-20 13:25:43,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The descriptive name of this Manager implementation (for logging)'
?[30m2021-09-20 13:25:43,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The descriptive name of this Manager implementation (for logging))
?[30m2021-09-20 13:25:43,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@607ba9f1)
?[30m2021-09-20 13:25:43,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processExpiresFrequency'
?[30m2021-09-20 13:25:43,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processExpiresFrequency)
?[30m2021-09-20 13:25:43,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The frequency of the manager checks (expiration and passivation)'
?[30m2021-09-20 13:25:43,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The frequency of the manager checks (expiration and passivation))
?[30m2021-09-20 13:25:43,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6675c437)
?[30m2021-09-20 13:25:43,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
?[30m2021-09-20 13:25:43,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
?[30m2021-09-20 13:25:43,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spent doing housekeeping and expiration'
?[30m2021-09-20 13:25:43,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spent doing housekeeping and expiration)
?[30m2021-09-20 13:25:43,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:43,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:43,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@522217bd)
?[30m2021-09-20 13:25:43,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'saveOnRestart'
?[30m2021-09-20 13:25:43,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=saveOnRestart)
?[30m2021-09-20 13:25:43,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates whether sessions are saved when the Manager is shut down properly. This requires the unload() method to be called.'
?[30m2021-09-20 13:25:43,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates whether sessions are saved when the Manager is shut down properly. This requires the unload() method to be called.)
?[30m2021-09-20 13:25:43,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@563ff202)
?[30m2021-09-20 13:25:43,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
?[30m2021-09-20 13:25:43,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
?[30m2021-09-20 13:25:43,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The random number generator class name'
?[30m2021-09-20 13:25:43,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The random number generator class name)
?[30m2021-09-20 13:25:43,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6bb6fd15)
?[30m2021-09-20 13:25:43,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAverageAliveTime'
?[30m2021-09-20 13:25:43,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAverageAliveTime)
?[30m2021-09-20 13:25:43,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Average time an expired session had been alive'
?[30m2021-09-20 13:25:43,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Average time an expired session had been alive)
?[30m2021-09-20 13:25:43,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@23aad828)
?[30m2021-09-20 13:25:43,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCreateRate'
?[30m2021-09-20 13:25:43,054?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCreateRate)
?[30m2021-09-20 13:25:43,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session creation rate in sessions per minute'
?[30m2021-09-20 13:25:43,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session creation rate in sessions per minute)
?[30m2021-09-20 13:25:43,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6177bc1f)
?[30m2021-09-20 13:25:43,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCounter'
?[30m2021-09-20 13:25:43,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCounter)
?[30m2021-09-20 13:25:43,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total number of sessions created by this manager'
?[30m2021-09-20 13:25:43,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total number of sessions created by this manager)
?[30m2021-09-20 13:25:43,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
?[30m2021-09-20 13:25:43,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
?[30m2021-09-20 13:25:43,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@48f1fdd1)
?[30m2021-09-20 13:25:43,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionExpireRate'
?[30m2021-09-20 13:25:43,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionExpireRate)
?[30m2021-09-20 13:25:43,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session expiration rate in sessions per minute'
?[30m2021-09-20 13:25:43,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session expiration rate in sessions per minute)
?[30m2021-09-20 13:25:43,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1473ff8f)
?[30m2021-09-20 13:25:43,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionMaxAliveTime'
?[30m2021-09-20 13:25:43,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionMaxAliveTime)
?[30m2021-09-20 13:25:43,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Longest time an expired session had been alive'
?[30m2021-09-20 13:25:43,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Longest time an expired session had been alive)
?[30m2021-09-20 13:25:43,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@616d1eb1)
?[30m2021-09-20 13:25:43,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:43,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:43,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:43,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:43,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d26d1c7)
?[30m2021-09-20 13:25:43,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rejectedSessions'
?[30m2021-09-20 13:25:43,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rejectedSessions)
?[30m2021-09-20 13:25:43,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions we rejected due to maxActive being reached'
?[30m2021-09-20 13:25:43,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions we rejected due to maxActive being reached)
?[30m2021-09-20 13:25:43,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7afebcc7)
?[30m2021-09-20 13:25:43,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeNameFilter'
?[30m2021-09-20 13:25:43,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeNameFilter)
?[30m2021-09-20 13:25:43,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The string pattern used for including session attributes in distribution. Null means all attributes are included.'
?[30m2021-09-20 13:25:43,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The string pattern used for including session attributes in distribution. Null means all attributes are included.)
?[30m2021-09-20 13:25:43,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@717aab90)
?[30m2021-09-20 13:25:43,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeValueClassNameFilter'
?[30m2021-09-20 13:25:43,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeValueClassNameFilter)
?[30m2021-09-20 13:25:43,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.'
?[30m2021-09-20 13:25:43,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.)
?[30m2021-09-20 13:25:43,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@786bbb98)
?[30m2021-09-20 13:25:43,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'warnOnSessionAttributeFilterFailure'
?[30m2021-09-20 13:25:43,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=warnOnSessionAttributeFilterFailure)
?[30m2021-09-20 13:25:43,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?'
?[30m2021-09-20 13:25:43,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?)
?[30m2021-09-20 13:25:43,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73c8f5bb)
?[30m2021-09-20 13:25:43,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'backgroundProcess'
?[30m2021-09-20 13:25:43,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=backgroundProcess)
?[30m2021-09-20 13:25:43,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Invalidate all sessions that have expired.'
?[30m2021-09-20 13:25:43,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Invalidate all sessions that have expired.)
?[30m2021-09-20 13:25:43,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7cdf6781)
?[30m2021-09-20 13:25:43,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'expireSession'
?[30m2021-09-20 13:25:43,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=expireSession)
?[30m2021-09-20 13:25:43,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Expire a session'
?[30m2021-09-20 13:25:43,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Expire a session)
?[30m2021-09-20 13:25:43,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:43,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:43,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:43,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:43,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@58dd65a1)
?[30m2021-09-20 13:25:43,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7d4fa259)
?[30m2021-09-20 13:25:43,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTime'
?[30m2021-09-20 13:25:43,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTime)
?[30m2021-09-20 13:25:43,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation time'
?[30m2021-09-20 13:25:43,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation time)
?[30m2021-09-20 13:25:43,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:43,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:43,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:43,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:43,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:43,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:43,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@491ee566)
?[30m2021-09-20 13:25:43,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4e7a60ab)
?[30m2021-09-20 13:25:43,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTimestamp'
?[30m2021-09-20 13:25:43,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTimestamp)
?[30m2021-09-20 13:25:43,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation timestamp'
?[30m2021-09-20 13:25:43,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation timestamp)
?[30m2021-09-20 13:25:43,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
?[30m2021-09-20 13:25:43,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
?[30m2021-09-20 13:25:43,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:43,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:43,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:43,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:43,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7d39e4a8)
?[30m2021-09-20 13:25:43,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7d64dc3c)
?[30m2021-09-20 13:25:43,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTime'
?[30m2021-09-20 13:25:43,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTime)
?[30m2021-09-20 13:25:43,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access time'
?[30m2021-09-20 13:25:43,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access time)
?[30m2021-09-20 13:25:43,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:43,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:43,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:43,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:43,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:43,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:43,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@43ef3323)
?[30m2021-09-20 13:25:43,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5e8d6ccd)
?[30m2021-09-20 13:25:43,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTimestamp'
?[30m2021-09-20 13:25:43,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTimestamp)
?[30m2021-09-20 13:25:43,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access timestamp'
?[30m2021-09-20 13:25:43,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access timestamp)
?[30m2021-09-20 13:25:43,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
?[30m2021-09-20 13:25:43,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
?[30m2021-09-20 13:25:43,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:43,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:43,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:43,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:43,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,134?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6c23cf10)
?[30m2021-09-20 13:25:43,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@37fd7b94)
?[30m2021-09-20 13:25:43,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getSessionAttribute'
?[30m2021-09-20 13:25:43,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getSessionAttribute)
?[30m2021-09-20 13:25:43,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return a session attribute'
?[30m2021-09-20 13:25:43,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return a session attribute)
?[30m2021-09-20 13:25:43,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:43,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:43,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:43,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:43,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:43,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:43,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@d312063)
?[30m2021-09-20 13:25:43,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'key'
?[30m2021-09-20 13:25:43,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=key)
?[30m2021-09-20 13:25:43,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'key of the attribute'
?[30m2021-09-20 13:25:43,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=key of the attribute)
?[30m2021-09-20 13:25:43,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@386fde0c)
?[30m2021-09-20 13:25:43,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4a46cd5e)
?[30m2021-09-20 13:25:43,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'listSessionIds'
?[30m2021-09-20 13:25:43,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=listSessionIds)
?[30m2021-09-20 13:25:43,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the list of active session ids'
?[30m2021-09-20 13:25:43,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the list of active session ids)
?[30m2021-09-20 13:25:43,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:43,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:43,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@16bb3e59)
?[30m2021-09-20 13:25:43,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isLoaded'
?[30m2021-09-20 13:25:43,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isLoaded)
?[30m2021-09-20 13:25:43,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'If the session id is loaded in memory?'
?[30m2021-09-20 13:25:43,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=If the session id is loaded in memory?)
?[30m2021-09-20 13:25:43,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
?[30m2021-09-20 13:25:43,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
?[30m2021-09-20 13:25:43,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
?[30m2021-09-20 13:25:43,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
?[30m2021-09-20 13:25:43,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
?[30m2021-09-20 13:25:43,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
?[30m2021-09-20 13:25:43,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@128d26d5)
?[30m2021-09-20 13:25:43,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@54541536)
?[30m2021-09-20 13:25:43,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:43,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=PersistentManager, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Persistent Manager, group=Manager, type=org.apache.catalina.session.PersistentManager])
?[30m2021-09-20 13:25:43,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:43,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:43,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:43,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:43,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:43,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/catalina/startup/mbeans-descriptors.xml
?[30m2021-09-20 13:25:43,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@1c429dcb)
?[30m2021-09-20 13:25:43,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:43,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:43,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:43,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:43,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:43,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:43,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextConfig'
?[30m2021-09-20 13:25:43,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextConfig)
?[30m2021-09-20 13:25:43,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets'
?[30m2021-09-20 13:25:43,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets)
?[30m2021-09-20 13:25:43,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:43,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:43,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
?[30m2021-09-20 13:25:43,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
?[30m2021-09-20 13:25:43,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.ContextConfig'
?[30m2021-09-20 13:25:43,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.ContextConfig)
?[30m2021-09-20 13:25:43,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:43,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:43,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:43,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:43,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@68cbc6d0)
?[30m2021-09-20 13:25:43,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultContextXml'
?[30m2021-09-20 13:25:43,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultContextXml)
?[30m2021-09-20 13:25:43,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The location of the default context file'
?[30m2021-09-20 13:25:43,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The location of the default context file)
?[30m2021-09-20 13:25:43,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@60b1dff0)
?[30m2021-09-20 13:25:43,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultWebXml'
?[30m2021-09-20 13:25:43,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultWebXml)
?[30m2021-09-20 13:25:43,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The location of the default deployment descriptor'
?[30m2021-09-20 13:25:43,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The location of the default deployment descriptor)
?[30m2021-09-20 13:25:43,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@12e256a2)
?[30m2021-09-20 13:25:43,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:43,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets, group=Listener, type=org.apache.catalina.startup.ContextConfig])
?[30m2021-09-20 13:25:43,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:43,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:43,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:43,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'EngineConfig'
?[30m2021-09-20 13:25:43,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=EngineConfig)
?[30m2021-09-20 13:25:43,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts'
?[30m2021-09-20 13:25:43,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts)
?[30m2021-09-20 13:25:43,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:43,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:43,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
?[30m2021-09-20 13:25:43,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
?[30m2021-09-20 13:25:43,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.EngineConfig'
?[30m2021-09-20 13:25:43,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.EngineConfig)
?[30m2021-09-20 13:25:43,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:43,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:43,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:43,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:43,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a463df0)
?[30m2021-09-20 13:25:43,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:43,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=EngineConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts, group=Listener, type=org.apache.catalina.startup.EngineConfig])
?[30m2021-09-20 13:25:43,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:43,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:43,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:43,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'HostConfig'
?[30m2021-09-20 13:25:43,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=HostConfig)
?[30m2021-09-20 13:25:43,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts'
?[30m2021-09-20 13:25:43,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts)
?[30m2021-09-20 13:25:43,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:43,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:43,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
?[30m2021-09-20 13:25:43,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
?[30m2021-09-20 13:25:43,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.HostConfig'
?[30m2021-09-20 13:25:43,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.HostConfig)
?[30m2021-09-20 13:25:43,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:43,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:43,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:43,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:43,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c8d852e)
?[30m2021-09-20 13:25:43,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configBaseName'
?[30m2021-09-20 13:25:43,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configBaseName)
?[30m2021-09-20 13:25:43,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base directory for Context configuration files'
?[30m2021-09-20 13:25:43,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base directory for Context configuration files)
?[30m2021-09-20 13:25:43,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42ad9110)
?[30m2021-09-20 13:25:43,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextClass'
?[30m2021-09-20 13:25:43,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextClass)
?[30m2021-09-20 13:25:43,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the Context implementation we should use'
?[30m2021-09-20 13:25:43,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the Context implementation we should use)
?[30m2021-09-20 13:25:43,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42fa88a1)
?[30m2021-09-20 13:25:43,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'copyXML'
?[30m2021-09-20 13:25:43,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=copyXML)
?[30m2021-09-20 13:25:43,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The copy XML config file flag for this component'
?[30m2021-09-20 13:25:43,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The copy XML config file flag for this component)
?[30m2021-09-20 13:25:43,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@697894b3)
?[30m2021-09-20 13:25:43,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployXML'
?[30m2021-09-20 13:25:43,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployXML)
?[30m2021-09-20 13:25:43,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deploy XML config file flag for this component'
?[30m2021-09-20 13:25:43,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deploy XML config file flag for this component)
?[30m2021-09-20 13:25:43,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@797f975)
?[30m2021-09-20 13:25:43,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWARs'
?[30m2021-09-20 13:25:43,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWARs)
?[30m2021-09-20 13:25:43,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The unpack WARs flag'
?[30m2021-09-20 13:25:43,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The unpack WARs flag)
?[30m2021-09-20 13:25:43,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11bec6a6)
?[30m2021-09-20 13:25:43,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServiced'
?[30m2021-09-20 13:25:43,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServiced)
?[30m2021-09-20 13:25:43,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a web application to the serviced list to show it gets serviced by another component'
?[30m2021-09-20 13:25:43,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a web application to the serviced list to show it gets serviced by another component)
?[30m2021-09-20 13:25:43,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,231?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,232?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:43,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:43,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
?[30m2021-09-20 13:25:43,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
?[30m2021-09-20 13:25:43,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,233?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,234?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3cce052e)
?[30m2021-09-20 13:25:43,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,235?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,236?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@73df2c00)
?[30m2021-09-20 13:25:43,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,237?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'check'
?[30m2021-09-20 13:25:43,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=check)
?[30m2021-09-20 13:25:43,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check a web application name for updates'
?[30m2021-09-20 13:25:43,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check a web application name for updates)
?[30m2021-09-20 13:25:43,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,238?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,239?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:43,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:43,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
?[30m2021-09-20 13:25:43,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
?[30m2021-09-20 13:25:43,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,240?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4b3b3f5f)
?[30m2021-09-20 13:25:43,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,241?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2cd74b68)
?[30m2021-09-20 13:25:43,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,242?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,243?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'checkUndeploy'
?[30m2021-09-20 13:25:43,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=checkUndeploy)
?[30m2021-09-20 13:25:43,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Undeploy any old versions of applications deployed using parallel deployment that have no active sessions'
?[30m2021-09-20 13:25:43,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Undeploy any old versions of applications deployed using parallel deployment that have no active sessions)
?[30m2021-09-20 13:25:43,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,244?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,245?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@607cdca9)
?[30m2021-09-20 13:25:43,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,246?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,247?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getDeploymentTime'
?[30m2021-09-20 13:25:43,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getDeploymentTime)
?[30m2021-09-20 13:25:43,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the instant where an application was deployed'
?[30m2021-09-20 13:25:43,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the instant where an application was deployed)
?[30m2021-09-20 13:25:43,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
?[30m2021-09-20 13:25:43,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
?[30m2021-09-20 13:25:43,248?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,249?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:43,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:43,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
?[30m2021-09-20 13:25:43,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
?[30m2021-09-20 13:25:43,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,250?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,251?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6ac9438a)
?[30m2021-09-20 13:25:43,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,252?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@789a484b)
?[30m2021-09-20 13:25:43,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,253?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,254?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isDeployed'
?[30m2021-09-20 13:25:43,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isDeployed)
?[30m2021-09-20 13:25:43,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Was this web application deployed by this component'
?[30m2021-09-20 13:25:43,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Was this web application deployed by this component)
?[30m2021-09-20 13:25:43,255?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
?[30m2021-09-20 13:25:43,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
?[30m2021-09-20 13:25:43,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,256?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,257?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:43,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:43,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
?[30m2021-09-20 13:25:43,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
?[30m2021-09-20 13:25:43,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,258?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,259?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6e80d03b)
?[30m2021-09-20 13:25:43,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,260?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,261?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@689fd0d6)
?[30m2021-09-20 13:25:43,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,262?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isServiced'
?[30m2021-09-20 13:25:43,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isServiced)
?[30m2021-09-20 13:25:43,265?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Is a web application serviced by another component'
?[30m2021-09-20 13:25:43,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Is a web application serviced by another component)
?[30m2021-09-20 13:25:43,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
?[30m2021-09-20 13:25:43,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
?[30m2021-09-20 13:25:43,266?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,267?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:43,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:43,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
?[30m2021-09-20 13:25:43,268?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
?[30m2021-09-20 13:25:43,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,269?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@486a0b5c)
?[30m2021-09-20 13:25:43,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,270?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,271?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6298da0a)
?[30m2021-09-20 13:25:43,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,272?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,273?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'manageApp'
?[30m2021-09-20 13:25:43,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=manageApp)
?[30m2021-09-20 13:25:43,274?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a web application managed externally'
?[30m2021-09-20 13:25:43,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a web application managed externally)
?[30m2021-09-20 13:25:43,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,275?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'context'
?[30m2021-09-20 13:25:43,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=context)
?[30m2021-09-20 13:25:43,276?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Context to add'
?[30m2021-09-20 13:25:43,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Context to add)
?[30m2021-09-20 13:25:43,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Context'
?[30m2021-09-20 13:25:43,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Context)
?[30m2021-09-20 13:25:43,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,277?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@af1cf6a)
?[30m2021-09-20 13:25:43,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,278?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,279?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1cfea782)
?[30m2021-09-20 13:25:43,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,280?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,281?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeServiced'
?[30m2021-09-20 13:25:43,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeServiced)
?[30m2021-09-20 13:25:43,282?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a web application from the serviced list to show it isn't serviced by another component'
?[30m2021-09-20 13:25:43,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a web application from the serviced list to show it isn't serviced by another component)
?[30m2021-09-20 13:25:43,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,283?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,284?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:43,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
?[30m2021-09-20 13:25:43,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
?[30m2021-09-20 13:25:43,285?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
?[30m2021-09-20 13:25:43,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,286?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4566faa)
?[30m2021-09-20 13:25:43,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,287?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,288?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@203aada0)
?[30m2021-09-20 13:25:43,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,289?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,290?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unmanageApp'
?[30m2021-09-20 13:25:43,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unmanageApp)
?[30m2021-09-20 13:25:43,291?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a web application from checks'
?[30m2021-09-20 13:25:43,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a web application from checks)
?[30m2021-09-20 13:25:43,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,292?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,293?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'contextPath'
?[30m2021-09-20 13:25:43,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=contextPath)
?[30m2021-09-20 13:25:43,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The application path'
?[30m2021-09-20 13:25:43,294?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The application path)
?[30m2021-09-20 13:25:43,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,295?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@24b4bc52)
?[30m2021-09-20 13:25:43,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,296?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,297?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4d1fcdf1)
?[30m2021-09-20 13:25:43,298?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:43,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,299?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=HostConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts, group=Listener, type=org.apache.catalina.startup.HostConfig])
?[30m2021-09-20 13:25:43,300?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:43,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:43,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:43,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:43,301?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:43,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/catalina/users/mbeans-descriptors.xml
?[30m2021-09-20 13:25:43,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@ef64e00)
?[30m2021-09-20 13:25:43,302?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:43,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:43,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:43,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:43,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,303?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:43,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:43,304?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MemoryUserDatabase'
?[30m2021-09-20 13:25:43,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MemoryUserDatabase)
?[30m2021-09-20 13:25:43,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.MemoryUserDatabaseMBean'
?[30m2021-09-20 13:25:43,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.MemoryUserDatabaseMBean)
?[30m2021-09-20 13:25:43,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'In-memory user and group database'
?[30m2021-09-20 13:25:43,305?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=In-memory user and group database)
?[30m2021-09-20 13:25:43,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
?[30m2021-09-20 13:25:43,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
?[30m2021-09-20 13:25:43,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'UserDatabase'
?[30m2021-09-20 13:25:43,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=UserDatabase)
?[30m2021-09-20 13:25:43,306?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.users.MemoryUserDatabase'
?[30m2021-09-20 13:25:43,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.users.MemoryUserDatabase)
?[30m2021-09-20 13:25:43,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,307?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groups'
?[30m2021-09-20 13:25:43,308?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groups)
?[30m2021-09-20 13:25:43,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined groups'
?[30m2021-09-20 13:25:43,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined groups)
?[30m2021-09-20 13:25:43,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:43,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:43,309?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,310?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d356a6a)
?[30m2021-09-20 13:25:43,311?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,312?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,313?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname'
?[30m2021-09-20 13:25:43,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname)
?[30m2021-09-20 13:25:43,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Relative or absolute pathname to database file'
?[30m2021-09-20 13:25:43,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Relative or absolute pathname to database file)
?[30m2021-09-20 13:25:43,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,314?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,315?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59d480e3)
?[30m2021-09-20 13:25:43,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,316?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,317?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles'
?[30m2021-09-20 13:25:43,318?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles)
?[30m2021-09-20 13:25:43,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined roles'
?[30m2021-09-20 13:25:43,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined roles)
?[30m2021-09-20 13:25:43,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:43,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:43,319?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,320?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f5ff3a6)
?[30m2021-09-20 13:25:43,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,321?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,322?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'users'
?[30m2021-09-20 13:25:43,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=users)
?[30m2021-09-20 13:25:43,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined users'
?[30m2021-09-20 13:25:43,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined users)
?[30m2021-09-20 13:25:43,323?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:43,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:43,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,324?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,325?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63e52003)
?[30m2021-09-20 13:25:43,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,326?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,327?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'readonly'
?[30m2021-09-20 13:25:43,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=readonly)
?[30m2021-09-20 13:25:43,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'No persistent save of the user database'
?[30m2021-09-20 13:25:43,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=No persistent save of the user database)
?[30m2021-09-20 13:25:43,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,328?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,329?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7515602f)
?[30m2021-09-20 13:25:43,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,330?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,331?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'writeable'
?[30m2021-09-20 13:25:43,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=writeable)
?[30m2021-09-20 13:25:43,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check if user database is writeable'
?[30m2021-09-20 13:25:43,332?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check if user database is writeable)
?[30m2021-09-20 13:25:43,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:43,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo impact=INFO)
?[30m2021-09-20 13:25:43,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,333?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,334?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8bb25f6)
?[30m2021-09-20 13:25:43,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,335?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createGroup'
?[30m2021-09-20 13:25:43,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createGroup)
?[30m2021-09-20 13:25:43,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new group and return MBean name'
?[30m2021-09-20 13:25:43,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new group and return MBean name)
?[30m2021-09-20 13:25:43,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,336?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:43,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:43,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,337?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
?[30m2021-09-20 13:25:43,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
?[30m2021-09-20 13:25:43,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the new group'
?[30m2021-09-20 13:25:43,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the new group)
?[30m2021-09-20 13:25:43,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,338?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@28592584)
?[30m2021-09-20 13:25:43,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,339?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'description'
?[30m2021-09-20 13:25:43,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=description)
?[30m2021-09-20 13:25:43,340?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Description of the new group'
?[30m2021-09-20 13:25:43,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Description of the new group)
?[30m2021-09-20 13:25:43,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,341?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6276fdb4)
?[30m2021-09-20 13:25:43,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,342?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,343?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3cbcedcd)
?[30m2021-09-20 13:25:43,344?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,345?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,346?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createRole'
?[30m2021-09-20 13:25:43,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createRole)
?[30m2021-09-20 13:25:43,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new role and return MBean name'
?[30m2021-09-20 13:25:43,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new role and return MBean name)
?[30m2021-09-20 13:25:43,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,347?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:43,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:43,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,348?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,349?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename'
?[30m2021-09-20 13:25:43,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename)
?[30m2021-09-20 13:25:43,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the new role'
?[30m2021-09-20 13:25:43,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the new role)
?[30m2021-09-20 13:25:43,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,350?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,351?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6df9eb39)
?[30m2021-09-20 13:25:43,352?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,354?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,355?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'description'
?[30m2021-09-20 13:25:43,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=description)
?[30m2021-09-20 13:25:43,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Description of the new role'
?[30m2021-09-20 13:25:43,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Description of the new role)
?[30m2021-09-20 13:25:43,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,356?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,357?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@c6d8607)
?[30m2021-09-20 13:25:43,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,358?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,359?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@59a34163)
?[30m2021-09-20 13:25:43,360?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,361?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,362?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUser'
?[30m2021-09-20 13:25:43,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUser)
?[30m2021-09-20 13:25:43,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new user and return MBean name'
?[30m2021-09-20 13:25:43,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new user and return MBean name)
?[30m2021-09-20 13:25:43,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,363?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:43,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:43,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,364?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
?[30m2021-09-20 13:25:43,365?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
?[30m2021-09-20 13:25:43,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the new user'
?[30m2021-09-20 13:25:43,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the new user)
?[30m2021-09-20 13:25:43,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,366?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,367?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2aa1d1f)
?[30m2021-09-20 13:25:43,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,368?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,369?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'password'
?[30m2021-09-20 13:25:43,370?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=password)
?[30m2021-09-20 13:25:43,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Password of the new user'
?[30m2021-09-20 13:25:43,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Password of the new user)
?[30m2021-09-20 13:25:43,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,371?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,372?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@20288e50)
?[30m2021-09-20 13:25:43,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,373?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,374?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'fullName'
?[30m2021-09-20 13:25:43,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=fullName)
?[30m2021-09-20 13:25:43,375?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Full name of the new user'
?[30m2021-09-20 13:25:43,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Full name of the new user)
?[30m2021-09-20 13:25:43,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,376?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,377?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@401579ec)
?[30m2021-09-20 13:25:43,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,378?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,379?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3fe90d4)
?[30m2021-09-20 13:25:43,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,380?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,381?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findGroup'
?[30m2021-09-20 13:25:43,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findGroup)
?[30m2021-09-20 13:25:43,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified group (if any)'
?[30m2021-09-20 13:25:43,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified group (if any))
?[30m2021-09-20 13:25:43,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:43,382?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:43,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:43,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:43,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,383?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
?[30m2021-09-20 13:25:43,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
?[30m2021-09-20 13:25:43,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the requested group'
?[30m2021-09-20 13:25:43,384?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the requested group)
?[30m2021-09-20 13:25:43,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,385?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@516e2751)
?[30m2021-09-20 13:25:43,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,386?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,387?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@35d07922)
?[30m2021-09-20 13:25:43,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,388?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findRole'
?[30m2021-09-20 13:25:43,389?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findRole)
?[30m2021-09-20 13:25:43,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified role (if any)'
?[30m2021-09-20 13:25:43,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified role (if any))
?[30m2021-09-20 13:25:43,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:43,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:43,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:43,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:43,390?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,391?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename'
?[30m2021-09-20 13:25:43,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename)
?[30m2021-09-20 13:25:43,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the requested role'
?[30m2021-09-20 13:25:43,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the requested role)
?[30m2021-09-20 13:25:43,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,392?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5e61ac6d)
?[30m2021-09-20 13:25:43,393?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,394?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@296eff45)
?[30m2021-09-20 13:25:43,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,395?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,396?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findUser'
?[30m2021-09-20 13:25:43,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findUser)
?[30m2021-09-20 13:25:43,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified user (if any)'
?[30m2021-09-20 13:25:43,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified user (if any))
?[30m2021-09-20 13:25:43,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:43,397?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:43,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
?[30m2021-09-20 13:25:43,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
?[30m2021-09-20 13:25:43,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,398?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
?[30m2021-09-20 13:25:43,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
?[30m2021-09-20 13:25:43,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the requested user'
?[30m2021-09-20 13:25:43,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the requested user)
?[30m2021-09-20 13:25:43,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,399?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@91a1196)
?[30m2021-09-20 13:25:43,400?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,401?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3f3570fe)
?[30m2021-09-20 13:25:43,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,402?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroup'
?[30m2021-09-20 13:25:43,403?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroup)
?[30m2021-09-20 13:25:43,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing group (and all user memberships)'
?[30m2021-09-20 13:25:43,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing group (and all user memberships))
?[30m2021-09-20 13:25:43,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,404?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
?[30m2021-09-20 13:25:43,405?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
?[30m2021-09-20 13:25:43,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the group to remove'
?[30m2021-09-20 13:25:43,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the group to remove)
?[30m2021-09-20 13:25:43,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,406?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6ce4a1b1)
?[30m2021-09-20 13:25:43,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,407?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,408?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@32aeefbf)
?[30m2021-09-20 13:25:43,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,409?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,410?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,411?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole'
?[30m2021-09-20 13:25:43,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole)
?[30m2021-09-20 13:25:43,414?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing role'
?[30m2021-09-20 13:25:43,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing role)
?[30m2021-09-20 13:25:43,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,415?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,416?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename'
?[30m2021-09-20 13:25:43,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename)
?[30m2021-09-20 13:25:43,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the role to remove'
?[30m2021-09-20 13:25:43,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the role to remove)
?[30m2021-09-20 13:25:43,417?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,418?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6b61cedd)
?[30m2021-09-20 13:25:43,419?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,420?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,421?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7fc7e1cf)
?[30m2021-09-20 13:25:43,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,422?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,423?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeUser'
?[30m2021-09-20 13:25:43,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeUser)
?[30m2021-09-20 13:25:43,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing user (and all group memberships)'
?[30m2021-09-20 13:25:43,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing user (and all group memberships))
?[30m2021-09-20 13:25:43,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,424?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,425?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
?[30m2021-09-20 13:25:43,426?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
?[30m2021-09-20 13:25:43,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the user to remove'
?[30m2021-09-20 13:25:43,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the user to remove)
?[30m2021-09-20 13:25:43,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,427?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,428?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@36673eaf)
?[30m2021-09-20 13:25:43,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,429?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,430?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7371eccb)
?[30m2021-09-20 13:25:43,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,431?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,432?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'save'
?[30m2021-09-20 13:25:43,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=save)
?[30m2021-09-20 13:25:43,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Save current users and groups to persistent storage'
?[30m2021-09-20 13:25:43,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Save current users and groups to persistent storage)
?[30m2021-09-20 13:25:43,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,433?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1683d35e)
?[30m2021-09-20 13:25:43,434?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:43,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,435?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MemoryUserDatabase, className=org.apache.catalina.mbeans.MemoryUserDatabaseMBean, description=In-memory user and group database, group=UserDatabase, type=org.apache.catalina.users.MemoryUserDatabase])
?[30m2021-09-20 13:25:43,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:43,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:43,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:43,436?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:43,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:43,437?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/catalina/connector/mbeans-descriptors.xml
?[30m2021-09-20 13:25:43,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@257cf7ad)
?[30m2021-09-20 13:25:43,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:43,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:43,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:43,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:43,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,438?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:43,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:43,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CoyoteConnector'
?[30m2021-09-20 13:25:43,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CoyoteConnector)
?[30m2021-09-20 13:25:43,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ConnectorMBean'
?[30m2021-09-20 13:25:43,439?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ConnectorMBean)
?[30m2021-09-20 13:25:43,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of a Coyote connector'
?[30m2021-09-20 13:25:43,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of a Coyote connector)
?[30m2021-09-20 13:25:43,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:43,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:43,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Connector'
?[30m2021-09-20 13:25:43,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Connector)
?[30m2021-09-20 13:25:43,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.connector.Connector'
?[30m2021-09-20 13:25:43,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.connector.Connector)
?[30m2021-09-20 13:25:43,440?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,441?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptCount'
?[30m2021-09-20 13:25:43,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptCount)
?[30m2021-09-20 13:25:43,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The accept count for this Connector'
?[30m2021-09-20 13:25:43,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The accept count for this Connector)
?[30m2021-09-20 13:25:43,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,442?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2dedc97f)
?[30m2021-09-20 13:25:43,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,443?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,444?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'address'
?[30m2021-09-20 13:25:43,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=address)
?[30m2021-09-20 13:25:43,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The IP address on which to bind'
?[30m2021-09-20 13:25:43,445?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The IP address on which to bind)
?[30m2021-09-20 13:25:43,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,446?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2feb894b)
?[30m2021-09-20 13:25:43,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,447?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,448?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ajpFlush'
?[30m2021-09-20 13:25:43,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ajpFlush)
?[30m2021-09-20 13:25:43,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send AJP flush package for each explicit flush'
?[30m2021-09-20 13:25:43,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send AJP flush package for each explicit flush)
?[30m2021-09-20 13:25:43,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,449?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,450?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c603b19)
?[30m2021-09-20 13:25:43,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,451?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowTrace'
?[30m2021-09-20 13:25:43,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowTrace)
?[30m2021-09-20 13:25:43,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Allow disabling TRACE method'
?[30m2021-09-20 13:25:43,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Allow disabling TRACE method)
?[30m2021-09-20 13:25:43,452?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,453?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e637ca7)
?[30m2021-09-20 13:25:43,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,454?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ciphers'
?[30m2021-09-20 13:25:43,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ciphers)
?[30m2021-09-20 13:25:43,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-separated list of requested cipher suites'
?[30m2021-09-20 13:25:43,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-separated list of requested cipher suites)
?[30m2021-09-20 13:25:43,455?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,456?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4d06ea25)
?[30m2021-09-20 13:25:43,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,457?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ciphersUsed'
?[30m2021-09-20 13:25:43,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ciphersUsed)
?[30m2021-09-20 13:25:43,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Array of ciphers suites in use'
?[30m2021-09-20 13:25:43,458?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Array of ciphers suites in use)
?[30m2021-09-20 13:25:43,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
?[30m2021-09-20 13:25:43,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
?[30m2021-09-20 13:25:43,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,459?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e54831f)
?[30m2021-09-20 13:25:43,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,460?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:43,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:43,461?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:43,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:43,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,462?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7321cf3f)
?[30m2021-09-20 13:25:43,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,463?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,464?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionLinger'
?[30m2021-09-20 13:25:43,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionLinger)
?[30m2021-09-20 13:25:43,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Linger value on the incoming connection'
?[30m2021-09-20 13:25:43,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Linger value on the incoming connection)
?[30m2021-09-20 13:25:43,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,465?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66b213b8)
?[30m2021-09-20 13:25:43,466?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,467?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
?[30m2021-09-20 13:25:43,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
?[30m2021-09-20 13:25:43,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Timeout value on the incoming connection'
?[30m2021-09-20 13:25:43,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Timeout value on the incoming connection)
?[30m2021-09-20 13:25:43,468?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,469?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c1f9a89)
?[30m2021-09-20 13:25:43,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,470?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enableLookups'
?[30m2021-09-20 13:25:43,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enableLookups)
?[30m2021-09-20 13:25:43,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'enable DNS lookups' flag for this Connector'
?[30m2021-09-20 13:25:43,471?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'enable DNS lookups' flag for this Connector)
?[30m2021-09-20 13:25:43,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,472?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c9ae6e)
?[30m2021-09-20 13:25:43,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,473?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,474?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'executorName'
?[30m2021-09-20 13:25:43,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=executorName)
?[30m2021-09-20 13:25:43,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the executor - if any - associated with this Connector'
?[30m2021-09-20 13:25:43,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the executor - if any - associated with this Connector)
?[30m2021-09-20 13:25:43,475?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,476?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,477?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b6cd1bf)
?[30m2021-09-20 13:25:43,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,478?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,479?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveTimeout'
?[30m2021-09-20 13:25:43,480?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveTimeout)
?[30m2021-09-20 13:25:43,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of seconds Tomcat will wait for a subsequent request before closing the connection'
?[30m2021-09-20 13:25:43,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of seconds Tomcat will wait for a subsequent request before closing the connection)
?[30m2021-09-20 13:25:43,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,481?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,482?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d3522b9)
?[30m2021-09-20 13:25:43,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,483?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,484?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localPort'
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localPort)
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.'
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.)
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,486?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6d1e3a44)
?[30m2021-09-20 13:25:43,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,487?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,488?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxHeaderCount'
?[30m2021-09-20 13:25:43,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxHeaderCount)
?[30m2021-09-20 13:25:43,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.'
?[30m2021-09-20 13:25:43,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.)
?[30m2021-09-20 13:25:43,489?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,490?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@266f4357)
?[30m2021-09-20 13:25:43,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,491?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,492?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxKeepAliveRequests'
?[30m2021-09-20 13:25:43,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxKeepAliveRequests)
?[30m2021-09-20 13:25:43,493?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of Keep-Alive requests to honor per connection'
?[30m2021-09-20 13:25:43,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of Keep-Alive requests to honor per connection)
?[30m2021-09-20 13:25:43,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,495?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,496?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b938f0c)
?[30m2021-09-20 13:25:43,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,497?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,498?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxParameterCount'
?[30m2021-09-20 13:25:43,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxParameterCount)
?[30m2021-09-20 13:25:43,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.'
?[30m2021-09-20 13:25:43,499?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.)
?[30m2021-09-20 13:25:43,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,500?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,501?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f17422d)
?[30m2021-09-20 13:25:43,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,502?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,503?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxPostSize'
?[30m2021-09-20 13:25:43,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxPostSize)
?[30m2021-09-20 13:25:43,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum size in bytes of a POST which will be handled by the servlet API provided features'
?[30m2021-09-20 13:25:43,504?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum size in bytes of a POST which will be handled by the servlet API provided features)
?[30m2021-09-20 13:25:43,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,505?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3c78791)
?[30m2021-09-20 13:25:43,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,506?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,507?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSavePostSize'
?[30m2021-09-20 13:25:43,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSavePostSize)
?[30m2021-09-20 13:25:43,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum size of a POST which will be saved by the container during authentication'
?[30m2021-09-20 13:25:43,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum size of a POST which will be saved by the container during authentication)
?[30m2021-09-20 13:25:43,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,508?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,509?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5fee1945)
?[30m2021-09-20 13:25:43,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,510?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,511?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,512?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSwallowSize'
?[30m2021-09-20 13:25:43,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSwallowSize)
?[30m2021-09-20 13:25:43,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload'
?[30m2021-09-20 13:25:43,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload)
?[30m2021-09-20 13:25:43,513?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,514?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78a2065b)
?[30m2021-09-20 13:25:43,515?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,516?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,517?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
?[30m2021-09-20 13:25:43,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
?[30m2021-09-20 13:25:43,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of request processing threads to be created for the internal Executor. -1 indicates an external Executor is being used.'
?[30m2021-09-20 13:25:43,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of request processing threads to be created for the internal Executor. -1 indicates an external Executor is being used.)
?[30m2021-09-20 13:25:43,518?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,519?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d812548)
?[30m2021-09-20 13:25:43,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,520?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,521?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,522?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
?[30m2021-09-20 13:25:43,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
?[30m2021-09-20 13:25:43,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of request processing threads that will be created for the internal Executor. -1 indicates an external Executor is being used.'
?[30m2021-09-20 13:25:43,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of request processing threads that will be created for the internal Executor. -1 indicates an external Executor is being used.)
?[30m2021-09-20 13:25:43,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,523?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,524?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@62c5da66)
?[30m2021-09-20 13:25:43,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,525?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,526?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'packetSize'
?[30m2021-09-20 13:25:43,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=packetSize)
?[30m2021-09-20 13:25:43,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The ajp packet size.'
?[30m2021-09-20 13:25:43,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The ajp packet size.)
?[30m2021-09-20 13:25:43,527?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,528?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4d4ed34a)
?[30m2021-09-20 13:25:43,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,529?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
?[30m2021-09-20 13:25:43,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
?[30m2021-09-20 13:25:43,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The port number on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.'
?[30m2021-09-20 13:25:43,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The port number on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.)
?[30m2021-09-20 13:25:43,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,530?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,531?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25b69466)
?[30m2021-09-20 13:25:43,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,532?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,533?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processorCache'
?[30m2021-09-20 13:25:43,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processorCache)
?[30m2021-09-20 13:25:43,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor cache size.'
?[30m2021-09-20 13:25:43,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor cache size.)
?[30m2021-09-20 13:25:43,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,534?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,535?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71495efd)
?[30m2021-09-20 13:25:43,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,536?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,537?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocol'
?[30m2021-09-20 13:25:43,538?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocol)
?[30m2021-09-20 13:25:43,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Coyote protocol handler in use'
?[30m2021-09-20 13:25:43,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Coyote protocol handler in use)
?[30m2021-09-20 13:25:43,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,539?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d93ac58)
?[30m2021-09-20 13:25:43,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,540?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHandlerClassName'
?[30m2021-09-20 13:25:43,541?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHandlerClassName)
?[30m2021-09-20 13:25:43,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Coyote Protocol handler class name'
?[30m2021-09-20 13:25:43,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Coyote Protocol handler class name)
?[30m2021-09-20 13:25:43,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,542?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,543?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67cec23)
?[30m2021-09-20 13:25:43,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,544?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxyName'
?[30m2021-09-20 13:25:43,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxyName)
?[30m2021-09-20 13:25:43,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Server name to which we should pretend requests to this Connector'
?[30m2021-09-20 13:25:43,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Server name to which we should pretend requests to this Connector)
?[30m2021-09-20 13:25:43,545?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,546?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17f84d2e)
?[30m2021-09-20 13:25:43,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,547?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,548?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxyPort'
?[30m2021-09-20 13:25:43,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxyPort)
?[30m2021-09-20 13:25:43,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Server port to which we should pretend requests to this Connector'
?[30m2021-09-20 13:25:43,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Server port to which we should pretend requests to this Connector)
?[30m2021-09-20 13:25:43,549?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,550?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c7d479a)
?[30m2021-09-20 13:25:43,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,551?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,552?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'redirectPort'
?[30m2021-09-20 13:25:43,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=redirectPort)
?[30m2021-09-20 13:25:43,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The redirect port for non-SSL to SSL redirects'
?[30m2021-09-20 13:25:43,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The redirect port for non-SSL to SSL redirects)
?[30m2021-09-20 13:25:43,553?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,554?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cacdf21)
?[30m2021-09-20 13:25:43,555?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,556?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,557?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'scheme'
?[30m2021-09-20 13:25:43,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=scheme)
?[30m2021-09-20 13:25:43,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Protocol name for this Connector (http, https)'
?[30m2021-09-20 13:25:43,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Protocol name for this Connector (http, https))
?[30m2021-09-20 13:25:43,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,558?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,559?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6dd03763)
?[30m2021-09-20 13:25:43,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,560?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,561?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,562?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secret'
?[30m2021-09-20 13:25:43,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secret)
?[30m2021-09-20 13:25:43,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Authentication secret (I guess ... not in Javadocs)'
?[30m2021-09-20 13:25:43,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Authentication secret (I guess ... not in Javadocs))
?[30m2021-09-20 13:25:43,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'readable' to 'false'
?[30m2021-09-20 13:25:43,563?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo readable=false)
?[30m2021-09-20 13:25:43,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,564?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@389496ca)
?[30m2021-09-20 13:25:43,565?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,566?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,567?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secure'
?[30m2021-09-20 13:25:43,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secure)
?[30m2021-09-20 13:25:43,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is this a secure (SSL) Connector?'
?[30m2021-09-20 13:25:43,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is this a secure (SSL) Connector?)
?[30m2021-09-20 13:25:43,568?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,569?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e1357d5)
?[30m2021-09-20 13:25:43,570?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,571?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,572?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslProtocols'
?[30m2021-09-20 13:25:43,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslProtocols)
?[30m2021-09-20 13:25:43,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-separated list of SSL protocol variants to be enabled'
?[30m2021-09-20 13:25:43,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-separated list of SSL protocol variants to be enabled)
?[30m2021-09-20 13:25:43,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,573?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,574?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@142cdae1)
?[30m2021-09-20 13:25:43,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,575?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,576?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:43,577?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:43,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:43,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:43,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,578?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,579?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78ab9c28)
?[30m2021-09-20 13:25:43,580?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,581?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,582?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tcpNoDelay'
?[30m2021-09-20 13:25:43,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tcpNoDelay)
?[30m2021-09-20 13:25:43,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we use TCP no delay?'
?[30m2021-09-20 13:25:43,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we use TCP no delay?)
?[30m2021-09-20 13:25:43,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,584?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,585?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64956731)
?[30m2021-09-20 13:25:43,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,586?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
?[30m2021-09-20 13:25:43,587?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
?[30m2021-09-20 13:25:43,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The thread priority for processors using the internal Executor. -1 indicates an external Executor is being used.'
?[30m2021-09-20 13:25:43,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The thread priority for processors using the internal Executor. -1 indicates an external Executor is being used.)
?[30m2021-09-20 13:25:43,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,588?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@dc2989)
?[30m2021-09-20 13:25:43,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,589?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,590?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URIEncoding'
?[30m2021-09-20 13:25:43,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URIEncoding)
?[30m2021-09-20 13:25:43,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character encoding used to decode the URI'
?[30m2021-09-20 13:25:43,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character encoding used to decode the URI)
?[30m2021-09-20 13:25:43,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,591?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@725500a1)
?[30m2021-09-20 13:25:43,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,592?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,593?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useBodyEncodingForURI'
?[30m2021-09-20 13:25:43,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useBodyEncodingForURI)
?[30m2021-09-20 13:25:43,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the body encoding be used for URI query parameters'
?[30m2021-09-20 13:25:43,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the body encoding be used for URI query parameters)
?[30m2021-09-20 13:25:43,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,594?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,595?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56bb981f)
?[30m2021-09-20 13:25:43,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,596?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useIPVHosts'
?[30m2021-09-20 13:25:43,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useIPVHosts)
?[30m2021-09-20 13:25:43,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should IP-based virtual hosting be used? '
?[30m2021-09-20 13:25:43,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should IP-based virtual hosting be used? )
?[30m2021-09-20 13:25:43,597?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,598?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1958c116)
?[30m2021-09-20 13:25:43,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,599?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xpoweredBy'
?[30m2021-09-20 13:25:43,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xpoweredBy)
?[30m2021-09-20 13:25:43,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is generation of X-Powered-By response header enabled/disabled?'
?[30m2021-09-20 13:25:43,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is generation of X-Powered-By response header enabled/disabled?)
?[30m2021-09-20 13:25:43,600?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,601?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@782923d5)
?[30m2021-09-20 13:25:43,602?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,603?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
?[30m2021-09-20 13:25:43,604?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
?[30m2021-09-20 13:25:43,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:43,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:43,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,605?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,606?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@22a37479)
?[30m2021-09-20 13:25:43,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,607?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,608?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
?[30m2021-09-20 13:25:43,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
?[30m2021-09-20 13:25:43,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:43,609?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:43,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,610?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,611?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@28d27b52)
?[30m2021-09-20 13:25:43,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,612?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,613?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'pause'
?[30m2021-09-20 13:25:43,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=pause)
?[30m2021-09-20 13:25:43,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
?[30m2021-09-20 13:25:43,614?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
?[30m2021-09-20 13:25:43,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,615?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,616?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@77dd4f2f)
?[30m2021-09-20 13:25:43,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,617?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,618?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resume'
?[30m2021-09-20 13:25:43,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resume)
?[30m2021-09-20 13:25:43,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
?[30m2021-09-20 13:25:43,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
?[30m2021-09-20 13:25:43,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,619?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,620?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@46dbed8a)
?[30m2021-09-20 13:25:43,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,621?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,622?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
?[30m2021-09-20 13:25:43,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
?[30m2021-09-20 13:25:43,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
?[30m2021-09-20 13:25:43,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
?[30m2021-09-20 13:25:43,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,623?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7f624994)
?[30m2021-09-20 13:25:43,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,624?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,625?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
?[30m2021-09-20 13:25:43,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
?[30m2021-09-20 13:25:43,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
?[30m2021-09-20 13:25:43,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
?[30m2021-09-20 13:25:43,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,626?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4451a5c1)
?[30m2021-09-20 13:25:43,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,627?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:43,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,628?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CoyoteConnector, className=org.apache.catalina.mbeans.ConnectorMBean, description=Implementation of a Coyote connector, group=Connector, type=org.apache.catalina.connector.Connector])
?[30m2021-09-20 13:25:43,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:43,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:43,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:43,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:43,629?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:43,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/catalina/valves/mbeans-descriptors.xml
?[30m2021-09-20 13:25:43,630?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@2d05f02c)
?[30m2021-09-20 13:25:43,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:43,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:43,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:43,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:43,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,631?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:43,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:43,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'AccessLogValve'
?[30m2021-09-20 13:25:43,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=AccessLogValve)
?[30m2021-09-20 13:25:43,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that generates a web server access log'
?[30m2021-09-20 13:25:43,632?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that generates a web server access log)
?[30m2021-09-20 13:25:43,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:43,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:43,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:43,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:43,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.AccessLogValve'
?[30m2021-09-20 13:25:43,633?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.AccessLogValve)
?[30m2021-09-20 13:25:43,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,634?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:43,635?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:43,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
?[30m2021-09-20 13:25:43,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
?[30m2021-09-20 13:25:43,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,636?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,637?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64b327e0)
?[30m2021-09-20 13:25:43,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,638?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'buffered'
?[30m2021-09-20 13:25:43,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=buffered)
?[30m2021-09-20 13:25:43,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to buffering.'
?[30m2021-09-20 13:25:43,639?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to buffering.)
?[30m2021-09-20 13:25:43,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,640?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7cb18783)
?[30m2021-09-20 13:25:43,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,641?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,642?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'checkExists'
?[30m2021-09-20 13:25:43,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=checkExists)
?[30m2021-09-20 13:25:43,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check for file existence before logging.'
?[30m2021-09-20 13:25:43,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check for file existence before logging.)
?[30m2021-09-20 13:25:43,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,643?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,644?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d7cd3bb)
?[30m2021-09-20 13:25:43,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,645?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,646?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:43,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:43,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:43,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:43,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,647?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,648?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ffad6a8)
?[30m2021-09-20 13:25:43,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,649?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,650?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'condition'
?[30m2021-09-20 13:25:43,651?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=condition)
?[30m2021-09-20 13:25:43,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging. The same as conditionUnless.'
?[30m2021-09-20 13:25:43,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging. The same as conditionUnless.)
?[30m2021-09-20 13:25:43,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,652?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,653?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@720b6c90)
?[30m2021-09-20 13:25:43,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,654?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,655?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionIf'
?[30m2021-09-20 13:25:43,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionIf)
?[30m2021-09-20 13:25:43,656?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
?[30m2021-09-20 13:25:43,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
?[30m2021-09-20 13:25:43,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,657?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,658?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f660cd)
?[30m2021-09-20 13:25:43,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,659?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,660?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionUnless'
?[30m2021-09-20 13:25:43,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionUnless)
?[30m2021-09-20 13:25:43,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
?[30m2021-09-20 13:25:43,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
?[30m2021-09-20 13:25:43,661?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,662?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@697c9a23)
?[30m2021-09-20 13:25:43,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,663?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,664?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'directory'
?[30m2021-09-20 13:25:43,665?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=directory)
?[30m2021-09-20 13:25:43,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The directory in which log files are created'
?[30m2021-09-20 13:25:43,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The directory in which log files are created)
?[30m2021-09-20 13:25:43,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,666?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,667?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@306a5e32)
?[30m2021-09-20 13:25:43,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,668?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,669?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enabled'
?[30m2021-09-20 13:25:43,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enabled)
?[30m2021-09-20 13:25:43,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enable Access Logging'
?[30m2021-09-20 13:25:43,670?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enable Access Logging)
?[30m2021-09-20 13:25:43,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'false'
?[30m2021-09-20 13:25:43,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=false)
?[30m2021-09-20 13:25:43,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,671?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,672?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19accb43)
?[30m2021-09-20 13:25:43,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,673?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,674?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encoding'
?[30m2021-09-20 13:25:43,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encoding)
?[30m2021-09-20 13:25:43,675?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character set used to write the log file'
?[30m2021-09-20 13:25:43,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character set used to write the log file)
?[30m2021-09-20 13:25:43,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,676?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,677?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@286d30b3)
?[30m2021-09-20 13:25:43,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,678?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,679?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fileDateFormat'
?[30m2021-09-20 13:25:43,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fileDateFormat)
?[30m2021-09-20 13:25:43,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The format for the date for date based log rotation'
?[30m2021-09-20 13:25:43,680?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The format for the date for date based log rotation)
?[30m2021-09-20 13:25:43,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,681?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25cd1a1f)
?[30m2021-09-20 13:25:43,682?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,684?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'locale'
?[30m2021-09-20 13:25:43,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=locale)
?[30m2021-09-20 13:25:43,685?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The locale used to format timestamps in the access log lines'
?[30m2021-09-20 13:25:43,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The locale used to format timestamps in the access log lines)
?[30m2021-09-20 13:25:43,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,686?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47b44b5a)
?[30m2021-09-20 13:25:43,687?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,688?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,689?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pattern'
?[30m2021-09-20 13:25:43,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pattern)
?[30m2021-09-20 13:25:43,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pattern used to format our access log lines'
?[30m2021-09-20 13:25:43,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pattern used to format our access log lines)
?[30m2021-09-20 13:25:43,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,690?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,691?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@383d763c)
?[30m2021-09-20 13:25:43,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,692?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,693?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prefix'
?[30m2021-09-20 13:25:43,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prefix)
?[30m2021-09-20 13:25:43,694?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The prefix that is added to log file filenames'
?[30m2021-09-20 13:25:43,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The prefix that is added to log file filenames)
?[30m2021-09-20 13:25:43,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,695?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@79942120)
?[30m2021-09-20 13:25:43,696?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,697?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,698?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rotatable'
?[30m2021-09-20 13:25:43,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rotatable)
?[30m2021-09-20 13:25:43,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to indicate automatic log rotation.'
?[30m2021-09-20 13:25:43,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to indicate automatic log rotation.)
?[30m2021-09-20 13:25:43,699?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,700?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,701?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@34c4c1ef)
?[30m2021-09-20 13:25:43,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,702?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,703?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renameOnRotate'
?[30m2021-09-20 13:25:43,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renameOnRotate)
?[30m2021-09-20 13:25:43,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to defer inclusion of the date stamp in the log file name until rotation.'
?[30m2021-09-20 13:25:43,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to defer inclusion of the date stamp in the log file name until rotation.)
?[30m2021-09-20 13:25:43,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,704?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,705?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@514fa2b6)
?[30m2021-09-20 13:25:43,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,706?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:43,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:43,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:43,707?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:43,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,708?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@290a235)
?[30m2021-09-20 13:25:43,709?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,710?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'suffix'
?[30m2021-09-20 13:25:43,711?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=suffix)
?[30m2021-09-20 13:25:43,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The suffix that is added to log file filenames'
?[30m2021-09-20 13:25:43,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The suffix that is added to log file filenames)
?[30m2021-09-20 13:25:43,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,712?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,713?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a550e66)
?[30m2021-09-20 13:25:43,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,714?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,715?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
?[30m2021-09-20 13:25:43,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
?[30m2021-09-20 13:25:43,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check if the log file is due to be rotated and rotate if it is'
?[30m2021-09-20 13:25:43,716?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check if the log file is due to be rotated and rotate if it is)
?[30m2021-09-20 13:25:43,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,717?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,718?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@480c677a)
?[30m2021-09-20 13:25:43,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,719?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,720?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
?[30m2021-09-20 13:25:43,721?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
?[30m2021-09-20 13:25:43,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Move the existing log file to a new name'
?[30m2021-09-20 13:25:43,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Move the existing log file to a new name)
?[30m2021-09-20 13:25:43,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
?[30m2021-09-20 13:25:43,722?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
?[30m2021-09-20 13:25:43,723?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,724?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'newFileName'
?[30m2021-09-20 13:25:43,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=newFileName)
?[30m2021-09-20 13:25:43,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'File name to move the log file to.'
?[30m2021-09-20 13:25:43,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=File name to move the log file to.)
?[30m2021-09-20 13:25:43,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,725?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@64fa26df)
?[30m2021-09-20 13:25:43,726?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,727?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@637cb17f)
?[30m2021-09-20 13:25:43,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,728?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:43,729?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=AccessLogValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that generates a web server access log, group=Valve, type=org.apache.catalina.valves.AccessLogValve])
?[30m2021-09-20 13:25:43,730?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:43,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:43,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,731?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:43,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CrawlerSessionManagerValve'
?[30m2021-09-20 13:25:43,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CrawlerSessionManagerValve)
?[30m2021-09-20 13:25:43,732?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that ensures web crawlers always use sessions even if no session ID is presented by the client'
?[30m2021-09-20 13:25:43,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that ensures web crawlers always use sessions even if no session ID is presented by the client)
?[30m2021-09-20 13:25:43,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:43,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:43,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:43,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:43,733?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.CrawlerSessionManagerValve'
?[30m2021-09-20 13:25:43,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.CrawlerSessionManagerValve)
?[30m2021-09-20 13:25:43,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,734?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:43,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:43,735?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
?[30m2021-09-20 13:25:43,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
?[30m2021-09-20 13:25:43,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,736?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,737?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1128b548)
?[30m2021-09-20 13:25:43,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,738?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,739?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:43,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:43,740?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:43,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:43,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,741?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,742?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a3427a0)
?[30m2021-09-20 13:25:43,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,743?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,744?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clientIpSessionId'
?[30m2021-09-20 13:25:43,745?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clientIpSessionId)
?[30m2021-09-20 13:25:43,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Current Map of client IP address to session ID managed by this Valve'
?[30m2021-09-20 13:25:43,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Current Map of client IP address to session ID managed by this Valve)
?[30m2021-09-20 13:25:43,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.Map'
?[30m2021-09-20 13:25:43,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.Map)
?[30m2021-09-20 13:25:43,746?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,747?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@fcd22e7)
?[30m2021-09-20 13:25:43,748?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,749?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,750?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'crawlerUserAgents'
?[30m2021-09-20 13:25:43,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=crawlerUserAgents)
?[30m2021-09-20 13:25:43,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Specify the regular expression used to identify crawlers based in the User-Agent header provided.'
?[30m2021-09-20 13:25:43,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Specify the regular expression used to identify crawlers based in the User-Agent header provided.)
?[30m2021-09-20 13:25:43,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,751?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
?[30m2021-09-20 13:25:43,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
?[30m2021-09-20 13:25:43,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,752?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,753?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@93c8d28)
?[30m2021-09-20 13:25:43,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,754?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,755?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionInactiveInterval'
?[30m2021-09-20 13:25:43,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionInactiveInterval)
?[30m2021-09-20 13:25:43,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Specify the session timeout (in seconds) for a crawler's session.'
?[30m2021-09-20 13:25:43,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Specify the session timeout (in seconds) for a crawler's session.)
?[30m2021-09-20 13:25:43,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,756?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
?[30m2021-09-20 13:25:43,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
?[30m2021-09-20 13:25:43,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,757?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,758?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d6aebb2)
?[30m2021-09-20 13:25:43,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,759?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:43,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:43,760?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:43,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:43,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,761?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4678ce98)
?[30m2021-09-20 13:25:43,762?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:43,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,763?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CrawlerSessionManagerValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that ensures web crawlers always use sessions even if no session ID is presented by the client, group=Valve, type=org.apache.catalina.valves.CrawlerSessionManagerValve])
?[30m2021-09-20 13:25:43,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:43,764?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:43,765?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:43,766?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ErrorReportValve'
?[30m2021-09-20 13:25:43,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ErrorReportValve)
?[30m2021-09-20 13:25:43,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of a Valve that outputs HTML error pages'
?[30m2021-09-20 13:25:43,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of a Valve that outputs HTML error pages)
?[30m2021-09-20 13:25:43,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:43,767?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:43,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:43,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:43,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.ErrorReportValve'
?[30m2021-09-20 13:25:43,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.ErrorReportValve)
?[30m2021-09-20 13:25:43,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,768?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,769?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:43,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:43,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
?[30m2021-09-20 13:25:43,770?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
?[30m2021-09-20 13:25:43,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,771?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,772?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@204406aa)
?[30m2021-09-20 13:25:43,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,773?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,774?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:43,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:43,775?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:43,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:43,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,776?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,777?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4d7c8a47)
?[30m2021-09-20 13:25:43,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,778?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,779?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:43,780?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:43,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:43,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:43,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,781?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,782?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4741df21)
?[30m2021-09-20 13:25:43,783?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,784?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,785?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'showReport'
?[30m2021-09-20 13:25:43,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=showReport)
?[30m2021-09-20 13:25:43,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enables/Disables full error reports'
?[30m2021-09-20 13:25:43,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enables/Disables full error reports)
?[30m2021-09-20 13:25:43,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,786?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,787?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47cdc55f)
?[30m2021-09-20 13:25:43,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,788?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,789?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'showServerInfo'
?[30m2021-09-20 13:25:43,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=showServerInfo)
?[30m2021-09-20 13:25:43,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enables/Disables server info on error pages'
?[30m2021-09-20 13:25:43,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enables/Disables server info on error pages)
?[30m2021-09-20 13:25:43,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,790?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,791?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@473cea5a)
?[30m2021-09-20 13:25:43,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,792?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:43,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,793?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ErrorReportValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of a Valve that outputs HTML error pages, group=Valve, type=org.apache.catalina.valves.ErrorReportValve])
?[30m2021-09-20 13:25:43,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:43,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,794?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:43,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,795?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:43,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ExtendedAccessLogValve'
?[30m2021-09-20 13:25:43,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ExtendedAccessLogValve)
?[30m2021-09-20 13:25:43,796?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that generates a web server access log'
?[30m2021-09-20 13:25:43,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that generates a web server access log)
?[30m2021-09-20 13:25:43,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:43,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:43,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:43,797?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:43,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.ExtendedAccessLogValve'
?[30m2021-09-20 13:25:43,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.ExtendedAccessLogValve)
?[30m2021-09-20 13:25:43,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,798?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,799?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:43,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:43,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
?[30m2021-09-20 13:25:43,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
?[30m2021-09-20 13:25:43,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,800?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,801?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e3b6e48)
?[30m2021-09-20 13:25:43,802?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,803?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'buffered'
?[30m2021-09-20 13:25:43,804?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=buffered)
?[30m2021-09-20 13:25:43,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to buffering.'
?[30m2021-09-20 13:25:43,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to buffering.)
?[30m2021-09-20 13:25:43,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,805?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,806?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@274a1c79)
?[30m2021-09-20 13:25:43,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,807?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,808?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'checkExists'
?[30m2021-09-20 13:25:43,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=checkExists)
?[30m2021-09-20 13:25:43,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check for file existence before logging.'
?[30m2021-09-20 13:25:43,809?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check for file existence before logging.)
?[30m2021-09-20 13:25:43,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,810?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e84c2f2)
?[30m2021-09-20 13:25:43,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,811?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,812?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:43,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:43,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:43,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:43,813?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,814?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,815?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2eca9742)
?[30m2021-09-20 13:25:43,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,816?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,817?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'condition'
?[30m2021-09-20 13:25:43,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=condition)
?[30m2021-09-20 13:25:43,818?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging. The same as conditionUnless.'
?[30m2021-09-20 13:25:43,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging. The same as conditionUnless.)
?[30m2021-09-20 13:25:43,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,819?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,820?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1bb6f5fd)
?[30m2021-09-20 13:25:43,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,821?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,822?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionIf'
?[30m2021-09-20 13:25:43,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionIf)
?[30m2021-09-20 13:25:43,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
?[30m2021-09-20 13:25:43,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
?[30m2021-09-20 13:25:43,823?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,824?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c688b26)
?[30m2021-09-20 13:25:43,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,825?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,826?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionUnless'
?[30m2021-09-20 13:25:43,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionUnless)
?[30m2021-09-20 13:25:43,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
?[30m2021-09-20 13:25:43,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
?[30m2021-09-20 13:25:43,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,827?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,828?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44d3470b)
?[30m2021-09-20 13:25:43,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,829?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,830?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'directory'
?[30m2021-09-20 13:25:43,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=directory)
?[30m2021-09-20 13:25:43,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The directory in which log files are created'
?[30m2021-09-20 13:25:43,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The directory in which log files are created)
?[30m2021-09-20 13:25:43,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,831?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,832?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ed9b854)
?[30m2021-09-20 13:25:43,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,833?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,834?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enabled'
?[30m2021-09-20 13:25:43,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enabled)
?[30m2021-09-20 13:25:43,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enable Access Logging'
?[30m2021-09-20 13:25:43,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enable Access Logging)
?[30m2021-09-20 13:25:43,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'false'
?[30m2021-09-20 13:25:43,835?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=false)
?[30m2021-09-20 13:25:43,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,836?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@126cbb6f)
?[30m2021-09-20 13:25:43,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,837?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,838?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encoding'
?[30m2021-09-20 13:25:43,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encoding)
?[30m2021-09-20 13:25:43,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character set used to write the log file'
?[30m2021-09-20 13:25:43,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character set used to write the log file)
?[30m2021-09-20 13:25:43,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,839?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,840?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a7523bf)
?[30m2021-09-20 13:25:43,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,841?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,842?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fileDateFormat'
?[30m2021-09-20 13:25:43,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fileDateFormat)
?[30m2021-09-20 13:25:43,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The format for the date date based log rotation.'
?[30m2021-09-20 13:25:43,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The format for the date date based log rotation.)
?[30m2021-09-20 13:25:43,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,843?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,844?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6440c0e5)
?[30m2021-09-20 13:25:43,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,845?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,846?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'locale'
?[30m2021-09-20 13:25:43,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=locale)
?[30m2021-09-20 13:25:43,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The locale used to format timestamps in the access log lines'
?[30m2021-09-20 13:25:43,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The locale used to format timestamps in the access log lines)
?[30m2021-09-20 13:25:43,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,847?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,848?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17a8cf21)
?[30m2021-09-20 13:25:43,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,849?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,850?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pattern'
?[30m2021-09-20 13:25:43,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pattern)
?[30m2021-09-20 13:25:43,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pattern used to format our access log lines'
?[30m2021-09-20 13:25:43,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pattern used to format our access log lines)
?[30m2021-09-20 13:25:43,851?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,852?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@60e8a978)
?[30m2021-09-20 13:25:43,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,853?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,854?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prefix'
?[30m2021-09-20 13:25:43,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prefix)
?[30m2021-09-20 13:25:43,855?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The prefix that is added to log file filenames'
?[30m2021-09-20 13:25:43,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The prefix that is added to log file filenames)
?[30m2021-09-20 13:25:43,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,856?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73931601)
?[30m2021-09-20 13:25:43,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,857?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,858?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rotatable'
?[30m2021-09-20 13:25:43,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rotatable)
?[30m2021-09-20 13:25:43,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to indicate automatic log rotation.'
?[30m2021-09-20 13:25:43,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to indicate automatic log rotation.)
?[30m2021-09-20 13:25:43,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,859?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,860?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11b6b77e)
?[30m2021-09-20 13:25:43,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,861?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renameOnRotate'
?[30m2021-09-20 13:25:43,862?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renameOnRotate)
?[30m2021-09-20 13:25:43,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to defer inclusion of the date stamp in the log file name until rotation.'
?[30m2021-09-20 13:25:43,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to defer inclusion of the date stamp in the log file name until rotation.)
?[30m2021-09-20 13:25:43,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,863?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,864?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,865?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40b6a3ae)
?[30m2021-09-20 13:25:43,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,866?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,867?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,868?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'suffix'
?[30m2021-09-20 13:25:43,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=suffix)
?[30m2021-09-20 13:25:43,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The suffix that is added to log file filenames'
?[30m2021-09-20 13:25:43,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The suffix that is added to log file filenames)
?[30m2021-09-20 13:25:43,869?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,870?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@653071a9)
?[30m2021-09-20 13:25:43,871?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,872?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,873?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
?[30m2021-09-20 13:25:43,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
?[30m2021-09-20 13:25:43,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check if the log file is due to be rotated and rotate if it is'
?[30m2021-09-20 13:25:43,874?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check if the log file is due to be rotated and rotate if it is)
?[30m2021-09-20 13:25:43,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
?[30m2021-09-20 13:25:43,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
?[30m2021-09-20 13:25:43,875?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,876?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@ef85010)
?[30m2021-09-20 13:25:43,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,877?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,878?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,879?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
?[30m2021-09-20 13:25:43,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
?[30m2021-09-20 13:25:43,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Move the existing log file to a new name'
?[30m2021-09-20 13:25:43,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Move the existing log file to a new name)
?[30m2021-09-20 13:25:43,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
?[30m2021-09-20 13:25:43,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
?[30m2021-09-20 13:25:43,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
?[30m2021-09-20 13:25:43,880?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
?[30m2021-09-20 13:25:43,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,881?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'newFileName'
?[30m2021-09-20 13:25:43,882?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=newFileName)
?[30m2021-09-20 13:25:43,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'File name to move the log file to.'
?[30m2021-09-20 13:25:43,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=File name to move the log file to.)
?[30m2021-09-20 13:25:43,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,883?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,884?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,885?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2a511bf6)
?[30m2021-09-20 13:25:43,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,886?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,887?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5f8f76c1)
?[30m2021-09-20 13:25:43,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,888?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:43,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,889?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ExtendedAccessLogValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that generates a web server access log, group=Valve, type=org.apache.catalina.valves.ExtendedAccessLogValve])
?[30m2021-09-20 13:25:43,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:43,890?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:43,891?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:43,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SemaphoreValve'
?[30m2021-09-20 13:25:43,892?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SemaphoreValve)
?[30m2021-09-20 13:25:43,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that does concurrency control'
?[30m2021-09-20 13:25:43,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that does concurrency control)
?[30m2021-09-20 13:25:43,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:43,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:43,893?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:43,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:43,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.SemaphoreValve'
?[30m2021-09-20 13:25:43,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.SemaphoreValve)
?[30m2021-09-20 13:25:43,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,894?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,895?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:43,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:43,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
?[30m2021-09-20 13:25:43,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
?[30m2021-09-20 13:25:43,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,896?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,897?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3954e9a0)
?[30m2021-09-20 13:25:43,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,898?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'block'
?[30m2021-09-20 13:25:43,899?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=block)
?[30m2021-09-20 13:25:43,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should this be blocked until a permit is available?'
?[30m2021-09-20 13:25:43,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should this be blocked until a permit is available?)
?[30m2021-09-20 13:25:43,900?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.orm.jpa.AbstractEntityManagerFactoryBean?[0;39m: Initialized JPA EntityManagerFactory for persistence unit 'default'
?[30m2021-09-20 13:25:43,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,900?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@75e0564a)
?[30m2021-09-20 13:25:43,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,901?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:43,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:43,902?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:43,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:43,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,903?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@574c7dab)
?[30m2021-09-20 13:25:43,904?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,905?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'concurrency'
?[30m2021-09-20 13:25:43,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=concurrency)
?[30m2021-09-20 13:25:43,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Desired concurrency level'
?[30m2021-09-20 13:25:43,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Desired concurrency level)
?[30m2021-09-20 13:25:43,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,906?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73d130fd)
?[30m2021-09-20 13:25:43,907?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,908?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fairness'
?[30m2021-09-20 13:25:43,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fairness)
?[30m2021-09-20 13:25:43,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Use a fair semaphore'
?[30m2021-09-20 13:25:43,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Use a fair semaphore)
?[30m2021-09-20 13:25:43,909?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean?[0;39m: Building JPA container EntityManagerFactory for persistence unit 'default'
?[30m2021-09-20 13:25:43,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,909?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.hibernate.jpa.internal.util.LogHelper?[0;39m: HHH000204: Processing PersistenceUnitInfo [
name: default
...]
?[30m2021-09-20 13:25:43,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,909?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,910?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6dd6dece)
?[30m2021-09-20 13:25:43,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,911?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,912?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'interruptible'
?[30m2021-09-20 13:25:43,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=interruptible)
?[30m2021-09-20 13:25:43,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should this be blocked interruptibly until a permit is available?'
?[30m2021-09-20 13:25:43,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should this be blocked interruptibly until a permit is available?)
?[30m2021-09-20 13:25:43,913?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,914?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,915?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1af39738)
?[30m2021-09-20 13:25:43,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,916?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,917?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:43,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:43,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:43,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:43,918?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,919?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,920?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e6600e8)
?[30m2021-09-20 13:25:43,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,921?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:43,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,922?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SemaphoreValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that does concurrency control, group=Valve, type=org.apache.catalina.valves.SemaphoreValve])
?[30m2021-09-20 13:25:43,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:43,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,923?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:43,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,924?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:43,925?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteAddrValve'
?[30m2021-09-20 13:25:43,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteAddrValve)
?[30m2021-09-20 13:25:43,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address'
?[30m2021-09-20 13:25:43,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address)
?[30m2021-09-20 13:25:43,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:43,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:43,926?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:43,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:43,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteAddrValve'
?[30m2021-09-20 13:25:43,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteAddrValve)
?[30m2021-09-20 13:25:43,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,927?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,928?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'addConnectorPort'
?[30m2021-09-20 13:25:43,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=addConnectorPort)
?[30m2021-09-20 13:25:43,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Append the server connector port to the client IP separated by a semicolon'
?[30m2021-09-20 13:25:43,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Append the server connector port to the client IP separated by a semicolon)
?[30m2021-09-20 13:25:43,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,929?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,930?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@544a9b01)
?[30m2021-09-20 13:25:43,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,931?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,932?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allow'
?[30m2021-09-20 13:25:43,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allow)
?[30m2021-09-20 13:25:43,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The allow expression'
?[30m2021-09-20 13:25:43,933?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The allow expression)
?[30m2021-09-20 13:25:43,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,934?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f310fe8)
?[30m2021-09-20 13:25:43,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,935?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,936?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowValid'
?[30m2021-09-20 13:25:43,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowValid)
?[30m2021-09-20 13:25:43,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of allow expression is not syntactically correct'
?[30m2021-09-20 13:25:43,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of allow expression is not syntactically correct)
?[30m2021-09-20 13:25:43,937?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,938?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,939?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@97d0361)
?[30m2021-09-20 13:25:43,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,940?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,941?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:43,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:43,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
?[30m2021-09-20 13:25:43,942?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
?[30m2021-09-20 13:25:43,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,943?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,945?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@178233e6)
?[30m2021-09-20 13:25:43,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,946?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,947?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:43,948?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:43,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:43,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:43,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,949?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,950?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17903084)
?[30m2021-09-20 13:25:43,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,951?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,952?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deny'
?[30m2021-09-20 13:25:43,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deny)
?[30m2021-09-20 13:25:43,953?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deny expression'
?[30m2021-09-20 13:25:43,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deny expression)
?[30m2021-09-20 13:25:43,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,954?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,955?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@10d923d1)
?[30m2021-09-20 13:25:43,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,956?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,957?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyStatus'
?[30m2021-09-20 13:25:43,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyStatus)
?[30m2021-09-20 13:25:43,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'HTTP response status code that is used when rejecting denied request'
?[30m2021-09-20 13:25:43,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=HTTP response status code that is used when rejecting denied request)
?[30m2021-09-20 13:25:43,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:43,958?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:43,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,959?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71de5ca0)
?[30m2021-09-20 13:25:43,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,960?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,961?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,962?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyValid'
?[30m2021-09-20 13:25:43,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyValid)
?[30m2021-09-20 13:25:43,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of deny expression is not syntactically correct'
?[30m2021-09-20 13:25:43,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of deny expression is not syntactically correct)
?[30m2021-09-20 13:25:43,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:43,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:43,963?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,964?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77c55c7e)
?[30m2021-09-20 13:25:43,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,965?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,966?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,967?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'invalidAuthenticationWhenDeny'
?[30m2021-09-20 13:25:43,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=invalidAuthenticationWhenDeny)
?[30m2021-09-20 13:25:43,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send an invalid authentication header instead of deny'
?[30m2021-09-20 13:25:43,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send an invalid authentication header instead of deny)
?[30m2021-09-20 13:25:43,968?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,969?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61c74612)
?[30m2021-09-20 13:25:43,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,970?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,971?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:43,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:43,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:43,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:43,972?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:43,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:43,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,973?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,974?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38593650)
?[30m2021-09-20 13:25:43,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,975?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:43,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,976?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:43,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isAllowed'
?[30m2021-09-20 13:25:43,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isAllowed)
?[30m2021-09-20 13:25:43,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Tests whether a client with this IP address value is allowed access by the current valve configuration'
?[30m2021-09-20 13:25:43,977?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Tests whether a client with this IP address value is allowed access by the current valve configuration)
?[30m2021-09-20 13:25:43,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:43,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:43,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
?[30m2021-09-20 13:25:43,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
?[30m2021-09-20 13:25:43,978?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:43,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,979?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:43,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'ipAddress'
?[30m2021-09-20 13:25:43,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=ipAddress)
?[30m2021-09-20 13:25:43,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'IP address to be tested'
?[30m2021-09-20 13:25:43,980?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=IP address to be tested)
?[30m2021-09-20 13:25:43,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:43,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:43,981?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:43,982?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3b6146a7)
?[30m2021-09-20 13:25:43,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:43,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:43,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,983?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:43,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:43,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,985?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:43,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@669adb19)
?[30m2021-09-20 13:25:43,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:43,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:43,986?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:43,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:43,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,987?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteAddrValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address, group=Valve, type=org.apache.catalina.valves.RemoteAddrValve])
?[30m2021-09-20 13:25:43,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:43,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:43,988?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:43,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:43,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:43,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:43,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteHostValve'
?[30m2021-09-20 13:25:43,989?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteHostValve)
?[30m2021-09-20 13:25:43,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name'
?[30m2021-09-20 13:25:43,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name)
?[30m2021-09-20 13:25:43,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:43,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:43,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:43,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:43,990?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteHostValve'
?[30m2021-09-20 13:25:43,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteHostValve)
?[30m2021-09-20 13:25:43,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:43,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,991?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'addConnectorPort'
?[30m2021-09-20 13:25:43,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=addConnectorPort)
?[30m2021-09-20 13:25:43,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Append the server connector port to the client IP separated by a semicolon'
?[30m2021-09-20 13:25:43,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Append the server connector port to the client IP separated by a semicolon)
?[30m2021-09-20 13:25:43,992?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:43,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:43,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,993?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3db6f60e)
?[30m2021-09-20 13:25:43,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,994?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allow'
?[30m2021-09-20 13:25:43,995?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allow)
?[30m2021-09-20 13:25:43,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The allow expression'
?[30m2021-09-20 13:25:43,995?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.hibernate.dialect.Dialect?[0;39m: HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect
?[30m2021-09-20 13:25:43,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The allow expression)
?[30m2021-09-20 13:25:43,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:43,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:43,996?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:43,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:43,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,997?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:43,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c2cbc5e)
?[30m2021-09-20 13:25:43,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,998?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:43,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:43,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:43,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:43,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:43,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:43,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:43,999?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowValid'
?[30m2021-09-20 13:25:44,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowValid)
?[30m2021-09-20 13:25:44,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of allow expression is not syntactically correct'
?[30m2021-09-20 13:25:44,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of allow expression is not syntactically correct)
?[30m2021-09-20 13:25:44,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:44,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:44,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:44,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:44,000?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,001?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7dc98f02)
?[30m2021-09-20 13:25:44,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,002?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:44,003?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:44,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
?[30m2021-09-20 13:25:44,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
?[30m2021-09-20 13:25:44,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:44,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:44,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:44,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:44,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,004?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4d3bd1b1)
?[30m2021-09-20 13:25:44,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,005?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:44,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:44,006?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:44,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:44,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,007?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,008?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4737489e)
?[30m2021-09-20 13:25:44,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,009?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,010?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deny'
?[30m2021-09-20 13:25:44,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deny)
?[30m2021-09-20 13:25:44,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deny expression'
?[30m2021-09-20 13:25:44,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deny expression)
?[30m2021-09-20 13:25:44,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,011?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,012?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e50d26a)
?[30m2021-09-20 13:25:44,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,013?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,014?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,016?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyStatus'
?[30m2021-09-20 13:25:44,017?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyStatus)
?[30m2021-09-20 13:25:44,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'HTTP response status code that is used when rejecting denied request'
?[30m2021-09-20 13:25:44,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=HTTP response status code that is used when rejecting denied request)
?[30m2021-09-20 13:25:44,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:44,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:44,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,018?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5fd0f13d)
?[30m2021-09-20 13:25:44,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,019?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,020?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyValid'
?[30m2021-09-20 13:25:44,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyValid)
?[30m2021-09-20 13:25:44,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of deny expression is not syntactically correct'
?[30m2021-09-20 13:25:44,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of deny expression is not syntactically correct)
?[30m2021-09-20 13:25:44,021?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:44,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:44,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:44,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:44,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,022?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,023?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c75152f)
?[30m2021-09-20 13:25:44,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,024?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'invalidAuthenticationWhenDeny'
?[30m2021-09-20 13:25:44,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=invalidAuthenticationWhenDeny)
?[30m2021-09-20 13:25:44,025?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send an invalid authentication header instead of deny'
?[30m2021-09-20 13:25:44,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send an invalid authentication header instead of deny)
?[30m2021-09-20 13:25:44,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:44,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:44,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,026?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@317bd787)
?[30m2021-09-20 13:25:44,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,027?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,028?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:44,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:44,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:44,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:44,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,029?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,030?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59509040)
?[30m2021-09-20 13:25:44,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,031?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,operation)
?[30m2021-09-20 13:25:44,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:44,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:44,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:44,032?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
?[30m2021-09-20 13:25:44,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isAllowed'
?[30m2021-09-20 13:25:44,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isAllowed)
?[30m2021-09-20 13:25:44,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Tests whether a client with this host name is allowed access by the current valve configuration'
?[30m2021-09-20 13:25:44,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Tests whether a client with this host name is allowed access by the current valve configuration)
?[30m2021-09-20 13:25:44,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
?[30m2021-09-20 13:25:44,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
?[30m2021-09-20 13:25:44,033?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
?[30m2021-09-20 13:25:44,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
?[30m2021-09-20 13:25:44,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:44,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,parameter)
?[30m2021-09-20 13:25:44,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:44,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:44,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:44,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
?[30m2021-09-20 13:25:44,034?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'hostName'
?[30m2021-09-20 13:25:44,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=hostName)
?[30m2021-09-20 13:25:44,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'host name to be tested'
?[30m2021-09-20 13:25:44,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=host name to be tested)
?[30m2021-09-20 13:25:44,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:44,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,parameter)
?[30m2021-09-20 13:25:44,035?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation/parameter'
?[30m2021-09-20 13:25:44,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:44,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:44,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
?[30m2021-09-20 13:25:44,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1d1cb4e)
?[30m2021-09-20 13:25:44,036?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:44,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
?[30m2021-09-20 13:25:44,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
?[30m2021-09-20 13:25:44,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,operation)
?[30m2021-09-20 13:25:44,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/operation'
?[30m2021-09-20 13:25:44,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:44,037?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:44,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:44,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
?[30m2021-09-20 13:25:44,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@65e97a36)
?[30m2021-09-20 13:25:44,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:44,038?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
?[30m2021-09-20 13:25:44,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
?[30m2021-09-20 13:25:44,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:44,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:44,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:44,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,039?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteHostValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name, group=Valve, type=org.apache.catalina.valves.RemoteHostValve])
?[30m2021-09-20 13:25:44,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:44,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:44,040?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:44,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:44,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:44,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:44,041?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteIpValve'
?[30m2021-09-20 13:25:44,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteIpValve)
?[30m2021-09-20 13:25:44,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that sets client information (eg IP address) based on data from a trusted proxy'
?[30m2021-09-20 13:25:44,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that sets client information (eg IP address) based on data from a trusted proxy)
?[30m2021-09-20 13:25:44,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:44,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:44,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:44,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:44,042?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteIpValve'
?[30m2021-09-20 13:25:44,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteIpValve)
?[30m2021-09-20 13:25:44,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,043?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,044?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:44,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:44,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
?[30m2021-09-20 13:25:44,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
?[30m2021-09-20 13:25:44,045?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:44,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:44,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:44,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:44,046?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,047?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ac14ee3)
?[30m2021-09-20 13:25:44,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,048?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,049?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,050?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'httpServerPort'
?[30m2021-09-20 13:25:44,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=httpServerPort)
?[30m2021-09-20 13:25:44,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Value returned by ServletRequest.getServerPort() when the protocolHeader indicates http protocol'
?[30m2021-09-20 13:25:44,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Value returned by ServletRequest.getServerPort() when the protocolHeader indicates http protocol)
?[30m2021-09-20 13:25:44,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,051?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,052?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@574e0d6b)
?[30m2021-09-20 13:25:44,053?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,055?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,056?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'httpsServerPort'
?[30m2021-09-20 13:25:44,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=httpsServerPort)
?[30m2021-09-20 13:25:44,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Value returned by ServletRequest.getServerPort() when the protocolHeader indicates https protocol'
?[30m2021-09-20 13:25:44,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Value returned by ServletRequest.getServerPort() when the protocolHeader indicates https protocol)
?[30m2021-09-20 13:25:44,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,057?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,058?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,059?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@584a3777)
?[30m2021-09-20 13:25:44,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,060?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,061?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'internalProxies'
?[30m2021-09-20 13:25:44,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=internalProxies)
?[30m2021-09-20 13:25:44,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Regular expression that matches IP addresses of internal proxies'
?[30m2021-09-20 13:25:44,062?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Regular expression that matches IP addresses of internal proxies)
?[30m2021-09-20 13:25:44,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,063?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.orm.jpa.AbstractEntityManagerFactoryBean?[0;39m: Initialized JPA EntityManagerFactory for persistence unit 'default'
?[30m2021-09-20 13:25:44,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,063?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,064?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76dcde82)
?[30m2021-09-20 13:25:44,065?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,066?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,067?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,068?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHeader'
?[30m2021-09-20 13:25:44,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHeader)
?[30m2021-09-20 13:25:44,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The protocol header (e.g. "X-Forwarded-Proto")'
?[30m2021-09-20 13:25:44,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The protocol header (e.g. "X-Forwarded-Proto"))
?[30m2021-09-20 13:25:44,069?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,070?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,071?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@766a30ec)
?[30m2021-09-20 13:25:44,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,072?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHeaderHttpsValue'
?[30m2021-09-20 13:25:44,073?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHeaderHttpsValue)
?[30m2021-09-20 13:25:44,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value of the protocol header for incoming https request (e.g. "https")'
?[30m2021-09-20 13:25:44,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value of the protocol header for incoming https request (e.g. "https"))
?[30m2021-09-20 13:25:44,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,074?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,075?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51684e1f)
?[30m2021-09-20 13:25:44,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,076?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,077?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxiesHeader'
?[30m2021-09-20 13:25:44,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxiesHeader)
?[30m2021-09-20 13:25:44,078?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The proxies header name (e.g. "X-Forwarded-By")'
?[30m2021-09-20 13:25:44,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The proxies header name (e.g. "X-Forwarded-By"))
?[30m2021-09-20 13:25:44,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,079?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,080?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@58103aca)
?[30m2021-09-20 13:25:44,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,081?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,082?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'remoteIpHeader'
?[30m2021-09-20 13:25:44,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=remoteIpHeader)
?[30m2021-09-20 13:25:44,083?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The remote IP header name (e.g. "X-Forwarded-For")'
?[30m2021-09-20 13:25:44,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The remote IP header name (e.g. "X-Forwarded-For"))
?[30m2021-09-20 13:25:44,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,084?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,085?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@48a8c784)
?[30m2021-09-20 13:25:44,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,086?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,087?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean?[0;39m: Building JPA container EntityManagerFactory for persistence unit 'default'
?[30m2021-09-20 13:25:44,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,087?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.hibernate.jpa.internal.util.LogHelper?[0;39m: HHH000204: Processing PersistenceUnitInfo [
name: default
...]
?[30m2021-09-20 13:25:44,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,087?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:44,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:44,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:44,088?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:44,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,089?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,090?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f62732d)
?[30m2021-09-20 13:25:44,091?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,092?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,093?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trustedProxies'
?[30m2021-09-20 13:25:44,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trustedProxies)
?[30m2021-09-20 13:25:44,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Regular expression that matches IP addresses of trusted proxies'
?[30m2021-09-20 13:25:44,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Regular expression that matches IP addresses of trusted proxies)
?[30m2021-09-20 13:25:44,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,094?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,095?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,096?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7c69d068)
?[30m2021-09-20 13:25:44,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,097?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:44,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:44,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:44,098?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteIpValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that sets client information (eg IP address) based on data from a trusted proxy, group=Valve, type=org.apache.catalina.valves.RemoteIpValve])
?[30m2021-09-20 13:25:44,099?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:44,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:44,100?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:44,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:44,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:44,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:44,101?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StuckThreadDetectionValve'
?[30m2021-09-20 13:25:44,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StuckThreadDetectionValve)
?[30m2021-09-20 13:25:44,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Detect long requests for which their thread might be stuck'
?[30m2021-09-20 13:25:44,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Detect long requests for which their thread might be stuck)
?[30m2021-09-20 13:25:44,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:44,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:44,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
?[30m2021-09-20 13:25:44,102?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
?[30m2021-09-20 13:25:44,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.StuckThreadDetectionValve'
?[30m2021-09-20 13:25:44,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.StuckThreadDetectionValve)
?[30m2021-09-20 13:25:44,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,103?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,104?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
?[30m2021-09-20 13:25:44,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
?[30m2021-09-20 13:25:44,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
?[30m2021-09-20 13:25:44,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
?[30m2021-09-20 13:25:44,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
?[30m2021-09-20 13:25:44,105?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
?[30m2021-09-20 13:25:44,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:44,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:44,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,106?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,107?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25f67345)
?[30m2021-09-20 13:25:44,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,108?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,109?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:44,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:44,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:44,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:44,110?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,111?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,112?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b6c0498)
?[30m2021-09-20 13:25:44,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,113?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,114?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
?[30m2021-09-20 13:25:44,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
?[30m2021-09-20 13:25:44,115?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
?[30m2021-09-20 13:25:44,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
?[30m2021-09-20 13:25:44,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,116?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,117?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@57ebe1c3)
?[30m2021-09-20 13:25:44,118?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,119?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,120?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadCount'
?[30m2021-09-20 13:25:44,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadCount)
?[30m2021-09-20 13:25:44,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Count of the threads currently considered stuck'
?[30m2021-09-20 13:25:44,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Count of the threads currently considered stuck)
?[30m2021-09-20 13:25:44,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:44,121?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:44,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,122?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,123?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@653391c6)
?[30m2021-09-20 13:25:44,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,124?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,125?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadIds'
?[30m2021-09-20 13:25:44,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadIds)
?[30m2021-09-20 13:25:44,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'IDs of the threads currently considered stuck. Each ID can then be used with the Threading MBean to retrieve data about it.'
?[30m2021-09-20 13:25:44,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=IDs of the threads currently considered stuck. Each ID can then be used with the Threading MBean to retrieve data about it.)
?[30m2021-09-20 13:25:44,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long[]'
?[30m2021-09-20 13:25:44,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long[])
?[30m2021-09-20 13:25:44,126?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,127?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,128?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73c9aa7e)
?[30m2021-09-20 13:25:44,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,129?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,130?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadNames'
?[30m2021-09-20 13:25:44,131?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadNames)
?[30m2021-09-20 13:25:44,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Names of the threads currently considered stuck.'
?[30m2021-09-20 13:25:44,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Names of the threads currently considered stuck.)
?[30m2021-09-20 13:25:44,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String[]'
?[30m2021-09-20 13:25:44,132?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String[])
?[30m2021-09-20 13:25:44,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,133?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38ca385b)
?[30m2021-09-20 13:25:44,135?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,136?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,137?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threshold'
?[30m2021-09-20 13:25:44,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threshold)
?[30m2021-09-20 13:25:44,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Duration in seconds after which a request is considered as stuck'
?[30m2021-09-20 13:25:44,138?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Duration in seconds after which a request is considered as stuck)
?[30m2021-09-20 13:25:44,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
?[30m2021-09-20 13:25:44,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
?[30m2021-09-20 13:25:44,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,139?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,140?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30273378)
?[30m2021-09-20 13:25:44,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,141?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:44,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:44,142?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:44,143?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StuckThreadDetectionValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Detect long requests for which their thread might be stuck, group=Valve, type=org.apache.catalina.valves.StuckThreadDetectionValve])
?[30m2021-09-20 13:25:44,144?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:44,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:44,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:44,145?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:44,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:44,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:44,146?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:44,147?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Found jar:file:/C:/Users/johans/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/8.5.34/a038040d68a90397f95dd1e11b979fe364a5000f/tomcat-embed-core-8.5.34.jar!/org/apache/tomcat/util/descriptor/web/mbeans-descriptors.xml
?[30m2021-09-20 13:25:44,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@1ea60640)
?[30m2021-09-20 13:25:44,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startDocument()
?[30m2021-09-20 13:25:44,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:44,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors'
?[30m2021-09-20 13:25:44,148?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:44,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:44,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:44,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:44,149?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:44,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextEnvironment'
?[30m2021-09-20 13:25:44,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextEnvironment)
?[30m2021-09-20 13:25:44,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextEnvironmentMBean'
?[30m2021-09-20 13:25:44,150?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextEnvironmentMBean)
?[30m2021-09-20 13:25:44,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of an application environment entry'
?[30m2021-09-20 13:25:44,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of an application environment entry)
?[30m2021-09-20 13:25:44,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:44,151?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:44,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
?[30m2021-09-20 13:25:44,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
?[30m2021-09-20 13:25:44,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextEnvironment'
?[30m2021-09-20 13:25:44,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextEnvironment)
?[30m2021-09-20 13:25:44,152?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,153?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,154?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
?[30m2021-09-20 13:25:44,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
?[30m2021-09-20 13:25:44,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
?[30m2021-09-20 13:25:44,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
?[30m2021-09-20 13:25:44,155?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
?[30m2021-09-20 13:25:44,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
?[30m2021-09-20 13:25:44,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,156?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,157?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17934a1f)
?[30m2021-09-20 13:25:44,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,158?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,159?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
?[30m2021-09-20 13:25:44,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
?[30m2021-09-20 13:25:44,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this environment entry'
?[30m2021-09-20 13:25:44,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this environment entry)
?[30m2021-09-20 13:25:44,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,160?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47681217)
?[30m2021-09-20 13:25:44,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,161?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:44,162?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
?[30m2021-09-20 13:25:44,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this environment entry'
?[30m2021-09-20 13:25:44,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this environment entry)
?[30m2021-09-20 13:25:44,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,163?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f67a581)
?[30m2021-09-20 13:25:44,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,164?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'override'
?[30m2021-09-20 13:25:44,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=override)
?[30m2021-09-20 13:25:44,165?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this environment entry allow overrides by the application deployment descriptor'
?[30m2021-09-20 13:25:44,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this environment entry allow overrides by the application deployment descriptor)
?[30m2021-09-20 13:25:44,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
?[30m2021-09-20 13:25:44,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
?[30m2021-09-20 13:25:44,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,166?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,167?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21dd362b)
?[30m2021-09-20 13:25:44,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,168?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,169?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:44,170?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type)
?[30m2021-09-20 13:25:44,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this environment entry'
?[30m2021-09-20 13:25:44,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this environment entry)
?[30m2021-09-20 13:25:44,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,171?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,172?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c1343bd)
?[30m2021-09-20 13:25:44,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,173?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,174?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'value'
?[30m2021-09-20 13:25:44,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=value)
?[30m2021-09-20 13:25:44,175?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value of this environment entry'
?[30m2021-09-20 13:25:44,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value of this environment entry)
?[30m2021-09-20 13:25:44,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,176?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,177?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b6c1482)
?[30m2021-09-20 13:25:44,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:44,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:44,178?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:44,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextEnvironment, className=org.apache.catalina.mbeans.ContextEnvironmentMBean, description=Representation of an application environment entry, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextEnvironment])
?[30m2021-09-20 13:25:44,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:44,179?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:44,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:44,180?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:44,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:44,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:44,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextResource'
?[30m2021-09-20 13:25:44,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextResource)
?[30m2021-09-20 13:25:44,181?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextResourceMBean'
?[30m2021-09-20 13:25:44,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextResourceMBean)
?[30m2021-09-20 13:25:44,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of a resource reference for a web application'
?[30m2021-09-20 13:25:44,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of a resource reference for a web application)
?[30m2021-09-20 13:25:44,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:44,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:44,182?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
?[30m2021-09-20 13:25:44,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
?[30m2021-09-20 13:25:44,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextResource'
?[30m2021-09-20 13:25:44,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextResource)
?[30m2021-09-20 13:25:44,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,183?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,184?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'auth'
?[30m2021-09-20 13:25:44,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=auth)
?[30m2021-09-20 13:25:44,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The authorization requirement for this resource'
?[30m2021-09-20 13:25:44,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The authorization requirement for this resource)
?[30m2021-09-20 13:25:44,185?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,186?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,187?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1915e7c3)
?[30m2021-09-20 13:25:44,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,188?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,189?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
?[30m2021-09-20 13:25:44,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
?[30m2021-09-20 13:25:44,190?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this resource'
?[30m2021-09-20 13:25:44,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this resource)
?[30m2021-09-20 13:25:44,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,191?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,192?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51b1f6a4)
?[30m2021-09-20 13:25:44,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,193?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,194?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:44,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
?[30m2021-09-20 13:25:44,195?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this resource'
?[30m2021-09-20 13:25:44,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this resource)
?[30m2021-09-20 13:25:44,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,196?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67095984)
?[30m2021-09-20 13:25:44,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,197?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,198?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'scope'
?[30m2021-09-20 13:25:44,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=scope)
?[30m2021-09-20 13:25:44,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The sharing scope of this resource factory'
?[30m2021-09-20 13:25:44,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The sharing scope of this resource factory)
?[30m2021-09-20 13:25:44,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,199?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c0a89e3)
?[30m2021-09-20 13:25:44,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,200?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,201?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:44,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type)
?[30m2021-09-20 13:25:44,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this environment entry'
?[30m2021-09-20 13:25:44,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this environment entry)
?[30m2021-09-20 13:25:44,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,202?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,203?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a17585e)
?[30m2021-09-20 13:25:44,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:44,204?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:44,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:44,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,205?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextResource, className=org.apache.catalina.mbeans.ContextResourceMBean, description=Representation of a resource reference for a web application, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextResource])
?[30m2021-09-20 13:25:44,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:44,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:44,206?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,mbean)
?[30m2021-09-20 13:25:44,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:44,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:44,207?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
?[30m2021-09-20 13:25:44,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextResourceLink'
?[30m2021-09-20 13:25:44,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextResourceLink)
?[30m2021-09-20 13:25:44,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextResourceLinkMBean'
?[30m2021-09-20 13:25:44,208?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextResourceLinkMBean)
?[30m2021-09-20 13:25:44,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of a resource link for a web application'
?[30m2021-09-20 13:25:44,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of a resource link for a web application)
?[30m2021-09-20 13:25:44,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
?[30m2021-09-20 13:25:44,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
?[30m2021-09-20 13:25:44,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
?[30m2021-09-20 13:25:44,209?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
?[30m2021-09-20 13:25:44,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextResourceLink'
?[30m2021-09-20 13:25:44,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextResourceLink)
?[30m2021-09-20 13:25:44,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,210?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,211?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'global'
?[30m2021-09-20 13:25:44,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=global)
?[30m2021-09-20 13:25:44,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The global name of this resource'
?[30m2021-09-20 13:25:44,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The global name of this resource)
?[30m2021-09-20 13:25:44,212?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,213?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44cd896e)
?[30m2021-09-20 13:25:44,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,214?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,215?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
?[30m2021-09-20 13:25:44,216?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
?[30m2021-09-20 13:25:44,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this resource'
?[30m2021-09-20 13:25:44,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this resource)
?[30m2021-09-20 13:25:44,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,217?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,218?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@69a52d0a)
?[30m2021-09-20 13:25:44,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,219?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,220?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
?[30m2021-09-20 13:25:44,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
?[30m2021-09-20 13:25:44,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this resource'
?[30m2021-09-20 13:25:44,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this resource)
?[30m2021-09-20 13:25:44,221?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,222?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,223?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1198f44c)
?[30m2021-09-20 13:25:44,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,224?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: startElement(,,attribute)
?[30m2021-09-20 13:25:44,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: New match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,225?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
?[30m2021-09-20 13:25:44,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type'
?[30m2021-09-20 13:25:44,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type)
?[30m2021-09-20 13:25:44,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this resource'
?[30m2021-09-20 13:25:44,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this resource)
?[30m2021-09-20 13:25:44,226?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
?[30m2021-09-20 13:25:44,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
?[30m2021-09-20 13:25:44,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,attribute)
?[30m2021-09-20 13:25:44,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean/attribute'
?[30m2021-09-20 13:25:44,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText=''
?[30m2021-09-20 13:25:44,227?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
?[30m2021-09-20 13:25:44,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31ed8b89)
?[30m2021-09-20 13:25:44,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
?[30m2021-09-20 13:25:44,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
?[30m2021-09-20 13:25:44,228?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbean)
?[30m2021-09-20 13:25:44,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors/mbean'
?[30m2021-09-20 13:25:44,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:44,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
?[30m2021-09-20 13:25:44,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextResourceLink, className=org.apache.catalina.mbeans.ContextResourceLinkMBean, description=Representation of a resource link for a web application, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextResourceLink])
?[30m2021-09-20 13:25:44,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
?[30m2021-09-20 13:25:44,229?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for SetPropertiesRule[]
?[30m2021-09-20 13:25:44,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
?[30m2021-09-20 13:25:44,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
?[30m2021-09-20 13:25:44,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: characters(
)
?[30m2021-09-20 13:25:44,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endElement(,,mbeans-descriptors)
?[30m2021-09-20 13:25:44,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: match='mbeans-descriptors'
?[30m2021-09-20 13:25:44,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: bodyText='
'
?[30m2021-09-20 13:25:44,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: No rules found matching 'mbeans-descriptors'.
?[30m2021-09-20 13:25:44,230?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: endDocument()
?[30m2021-09-20 13:25:44,264?[0;39m ?[39mDEBUG?[0;39m [?[34mbackground-preinit?[0;39m] ?[33morg.apache.juli.logging.DirectJDKLog?[0;39m: Creating MBeanServer34
?[30m2021-09-20 13:25:44,267?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.hibernate.dialect.Dialect?[0;39m: HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect
?[30m2021-09-20 13:25:44,379?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.orm.jpa.AbstractEntityManagerFactoryBean?[0;39m: Initialized JPA EntityManagerFactory for persistence unit 'default'
?[30m2021-09-20 13:25:45,443?[0;39m ?[31mWARN ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration?[0;39m: spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
?[30m2021-09-20 13:25:45,774?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/emv],methods=[GET]}" onto public za.co.nupay.tcc_debicheck_rest.entity.EmvParameters za.co.nupay.tcc_debicheck_rest.restcontrollers.DebicheckController.getParams()
?[30m2021-09-20 13:25:45,776?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/real],methods=[GET]}" onto public java.lang.Iterable<za.co.nupay.tcc_debicheck_rest.logging.entity.RealTimeResponse> za.co.nupay.tcc_debicheck_rest.restcontrollers.DebicheckController.getResponse()
?[30m2021-09-20 13:25:45,777?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/debicheck_prestage],methods=[POST]}" onto public java.lang.Object za.co.nupay.tcc_debicheck_rest.restcontrollers.DebicheckController.debiCheckPrestageResponseModel(za.co.nupay.tcc_debicheck_rest.model.PrestageRequestModel)
?[30m2021-09-20 13:25:45,778?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/debicheck_full_auth],methods=[POST]}" onto public java.lang.Object za.co.nupay.tcc_debicheck_rest.restcontrollers.DebicheckController.debiCheckResponseModel(za.co.nupay.tcc_debicheck_rest.model.DebiCheckRequestModel)
?[30m2021-09-20 13:25:45,779?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/msg],methods=[GET]}" onto public java.lang.Iterable<za.co.nupay.tcc_debicheck_rest.logging.entity.Message> za.co.nupay.tcc_debicheck_rest.restcontrollers.DebicheckController.getMessages()
?[30m2021-09-20 13:25:45,779?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/mac],methods=[POST]}" onto public za.co.nupay.tcc_debicheck_rest.model.MACResponseModel za.co.nupay.tcc_debicheck_rest.restcontrollers.DebicheckController.getAMac(za.co.nupay.tcc_debicheck_rest.model.MACRequestModel)
?[30m2021-09-20 13:25:45,780?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/service_check],methods=[GET]}" onto public java.lang.String za.co.nupay.tcc_debicheck_rest.restcontrollers.DebicheckController.checkServer()
?[30m2021-09-20 13:25:45,781?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/aedo_slip_reprint],methods=[POST]}" onto public java.lang.Object za.co.nupay.tcc_debicheck_rest.restcontrollers.DebicheckController.aedoSlipReprint(za.co.nupay.tcc_debicheck_rest.model.AedoSlipRequest)
?[30m2021-09-20 13:25:45,781?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[],methods=[GET]}" onto private java.util.Map<java.lang.String, java.lang.String> za.co.nupay.tcc_debicheck_rest.restcontrollers.DebicheckController.test()
?[30m2021-09-20 13:25:45,782?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/debicheck],methods=[POST]}" onto public za.co.nupay.tcc_debicheck_rest.model.DebiCheckResponseModel za.co.nupay.tcc_debicheck_rest.restcontrollers.DebicheckController.test(za.co.nupay.tcc_debicheck_rest.model.DebiCheckRequestModel)
?[30m2021-09-20 13:25:45,784?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/test],methods=[POST]}" onto public java.util.Map<java.lang.String, java.lang.String> za.co.nupay.tcc_debicheck_rest.restcontrollers.TestController.test(java.util.Map<java.lang.String, java.lang.String>)
?[30m2021-09-20 13:25:45,788?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources()
?[30m2021-09-20 13:25:45,789?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()
?[30m2021-09-20 13:25:45,789?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()
?[30m2021-09-20 13:25:45,793?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
?[30m2021-09-20 13:25:45,793?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
?[30m2021-09-20 13:25:46,120?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33mspringfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping?[0;39m: Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
?[30m2021-09-20 13:25:46,783?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractUrlHandlerMapping?[0;39m: Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
?[30m2021-09-20 13:25:46,960?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter?[0;39m: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4ca70c3d: startup date [Mon Sep 20 13:25:37 CAT 2021]; root of context hierarchy
?[30m2021-09-20 13:25:47,027?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractUrlHandlerMapping?[0;39m: Mapped URL path [/tcc] onto handler '/tcc'
?[30m2021-09-20 13:25:47,037?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractUrlHandlerMapping?[0;39m: Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
?[30m2021-09-20 13:25:47,037?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractUrlHandlerMapping?[0;39m: Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
?[30m2021-09-20 13:25:47,059?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver?[0;39m: Detected @ExceptionHandler methods in repositoryRestExceptionHandler
?[30m2021-09-20 13:25:47,511?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter?[0;39m: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4ca70c3d: startup date [Mon Sep 20 13:25:37 CAT 2021]; root of context hierarchy
?[30m2021-09-20 13:25:47,529?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/{id}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.Resource<?>> org.springframework.data.rest.webmvc.RepositoryEntityController.getItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.http.HttpHeaders) throws org.springframework.web.HttpRequestMethodNotSupportedException
?[30m2021-09-20 13:25:47,529?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/{id}],methods=[PUT],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<? extends org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryEntityController.putItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.data.rest.webmvc.support.ETag,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException
?[30m2021-09-20 13:25:47,530?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.headCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable) throws org.springframework.web.HttpRequestMethodNotSupportedException
?[30m2021-09-20 13:25:47,531?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/{id}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.headForItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.web.HttpRequestMethodNotSupportedException
?[30m2021-09-20 13:25:47,531?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/{id}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.deleteItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.support.ETag) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException
?[30m2021-09-20 13:25:47,532?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}],methods=[GET],produces=[application/x-spring-data-compact+json || text/uri-list]}" onto public org.springframework.hateoas.Resources<?> org.springframework.data.rest.webmvc.RepositoryEntityController.getCollectionResourceCompact(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException
?[30m2021-09-20 13:25:47,533?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/{id}],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryEntityController.patchItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.data.rest.webmvc.support.ETag,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException,org.springframework.data.rest.webmvc.ResourceNotFoundException
?[30m2021-09-20 13:25:47,533?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.hateoas.Resources<?> org.springframework.data.rest.webmvc.RepositoryEntityController.getCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException
?[30m2021-09-20 13:25:47,534?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.optionsForCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation)
?[30m2021-09-20 13:25:47,534?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryEntityController.postCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException
?[30m2021-09-20 13:25:47,535?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/{id}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.optionsForItemResource(org.springframework.data.rest.webmvc.RootResourceInformation)
?[30m2021-09-20 13:25:47,537?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/{id}/{property}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<? extends org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.deletePropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String) throws java.lang.Exception
?[30m2021-09-20 13:25:47,537?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/{id}/{property}/{propertyId}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.deletePropertyReferenceId(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,java.lang.String) throws java.lang.Exception
?[30m2021-09-20 13:25:47,538?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/{id}/{property}],methods=[GET],produces=[application/x-spring-data-compact+json || text/uri-list]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.followPropertyReferenceCompact(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws java.lang.Exception
?[30m2021-09-20 13:25:47,538?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/{id}/{property}],methods=[PATCH || PUT || POST],consumes=[application/json || application/x-spring-data-compact+json || text/uri-list],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<? extends org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.createPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.http.HttpMethod,org.springframework.hateoas.Resources<java.lang.Object>,java.io.Serializable,java.lang.String) throws java.lang.Exception
?[30m2021-09-20 13:25:47,538?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/{id}/{property}/{propertyId}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.followPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,java.lang.String,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws java.lang.Exception
?[30m2021-09-20 13:25:47,539?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/{id}/{property}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.followPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws java.lang.Exception
?[30m2021-09-20 13:25:47,540?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/search/{search}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.Object> org.springframework.data.rest.webmvc.RepositorySearchController.headForSearch(org.springframework.data.rest.webmvc.RootResourceInformation,java.lang.String)
?[30m2021-09-20 13:25:47,541?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/search/{search}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositorySearchController.executeSearch(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.util.MultiValueMap<java.lang.String, java.lang.Object>,java.lang.String,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.http.HttpHeaders)
?[30m2021-09-20 13:25:47,542?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/search],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.data.rest.webmvc.RepositorySearchesResource org.springframework.data.rest.webmvc.RepositorySearchController.listSearches(org.springframework.data.rest.webmvc.RootResourceInformation)
?[30m2021-09-20 13:25:47,542?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/search/{search}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.Object> org.springframework.data.rest.webmvc.RepositorySearchController.optionsForSearch(org.springframework.data.rest.webmvc.RootResourceInformation,java.lang.String)
?[30m2021-09-20 13:25:47,543?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/search],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.RepositorySearchController.headForSearches(org.springframework.data.rest.webmvc.RootResourceInformation)
?[30m2021-09-20 13:25:47,543?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/search],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.RepositorySearchController.optionsForSearches(org.springframework.data.rest.webmvc.RootResourceInformation)
?[30m2021-09-20 13:25:47,544?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/{repository}/search/{search}],methods=[GET],produces=[application/x-spring-data-compact+json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.data.rest.webmvc.RepositorySearchController.executeSearchCompact(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.http.HttpHeaders,org.springframework.util.MultiValueMap<java.lang.String, java.lang.Object>,java.lang.String,java.lang.String,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler)
?[30m2021-09-20 13:25:47,545?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/ || ],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity<org.springframework.data.rest.webmvc.RepositoryLinksResource> org.springframework.data.rest.webmvc.RepositoryController.listRepositories()
?[30m2021-09-20 13:25:47,546?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/ || ],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryController.headForRepositories()
?[30m2021-09-20 13:25:47,546?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/ || ],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.RepositoryController.optionsForRepositories()
?[30m2021-09-20 13:25:47,550?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/profile],methods=[OPTIONS]}" onto public org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.ProfileController.profileOptions()
?[30m2021-09-20 13:25:47,550?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/profile],methods=[GET]}" onto org.springframework.http.HttpEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.ProfileController.listAllFormsOfMetadata()
?[30m2021-09-20 13:25:47,551?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/profile/{repository}],methods=[GET],produces=[application/schema+json]}" onto public org.springframework.http.HttpEntity<org.springframework.data.rest.webmvc.json.JsonSchema> org.springframework.data.rest.webmvc.RepositorySchemaController.schema(org.springframework.data.rest.webmvc.RootResourceInformation)
?[30m2021-09-20 13:25:47,552?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/profile/{repository}],methods=[GET],produces=[application/alps+json || */*]}" onto org.springframework.http.HttpEntity<org.springframework.data.rest.webmvc.RootResourceInformation> org.springframework.data.rest.webmvc.alps.AlpsController.descriptor(org.springframework.data.rest.webmvc.RootResourceInformation)
?[30m2021-09-20 13:25:47,553?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.web.servlet.handler.AbstractHandlerMethodMapping$MappingRegistry?[0;39m: Mapped "{[/profile/{repository}],methods=[OPTIONS],produces=[application/alps+json]}" onto org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.alps.AlpsController.alpsOptions()
?[30m2021-09-20 13:25:47,728?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup?[0;39m: Starting beans in phase 2147483647
?[30m2021-09-20 13:25:47,729?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33mspringfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper?[0;39m: Context refreshed
?[30m2021-09-20 13:25:47,772?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33mspringfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper?[0;39m: Found 1 custom documentation plugin(s)
?[30m2021-09-20 13:25:47,813?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33mspringfox.documentation.spring.web.scanners.ApiListingReferenceScanner?[0;39m: Scanning for api listing references
?[30m2021-09-20 13:25:48,060?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33mspringfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator?[0;39m: Generating unique operation named: testUsingPOST_1
?[30m2021-09-20 13:25:48,084?[0;39m ?[34mINFO ?[0;39m [?[34mTest worker?[0;39m] ?[33morg.springframework.boot.StartupInfoLogger?[0;39m: Started TccDebicheckRestApplicationTests in 11.277 seconds (JVM running for 13.089)